Bug 415750 - "Download notification in status bar using wrong icon size" [p=reed r=Mano a1.9=schrep]

git-svn-id: svn://10.0.0.236/trunk@245339 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com 2008-02-10 06:03:05 +00:00
parent 48dc3a88a2
commit a2ee271889
3 changed files with 4 additions and 17 deletions

View File

@ -1304,10 +1304,6 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
}
#download-monitor {
list-style-image: url("chrome://mozapps/skin/downloads/downloadIcon.png");
}
#download-monitor image {
height: 16px;
width: 16px;
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
-moz-image-region: rect(0px 16px 16px 0px);
}

View File

@ -1471,11 +1471,6 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
list-style-image: url("chrome://mozapps/skin/downloads/downloadStatusIcon.png");
}
#download-monitor image {
height: 16px;
width: 16px;
}
/* Hide the dropmarker until it's styled */
#back-forward-dropmarker {
display: none;

View File

@ -1840,10 +1840,6 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
}
#download-monitor {
list-style-image: url("chrome://mozapps/skin/downloads/downloadIcon.png");
}
#download-monitor image {
height: 16px;
width: 16px;
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
-moz-image-region: rect(0px 96px 16px 80px);
}