Bug 426930 - "Close" icon in the File and tab context menus looks pixellated on Linux. r=ventnor

This commit is contained in:
Dão Gottwald 2009-05-05 16:58:09 +02:00
parent 7b29cec9f3
commit 19942b5c22

View File

@ -230,7 +230,9 @@ menuitem:not([type]) {
}
#menu_close {
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
/*XXX Avoiding size=menu as some themes (e.g. Human) don't provide the icon
at 16*16px (bug 426930), and upscaled images are ugly (bug 422179). */
list-style-image: url("moz-icon://stock/gtk-close?size=toolbar");
}
#context-media-play {
@ -1202,7 +1204,9 @@ tabpanels {
}
#context_closeTab {
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
/*XXX Avoiding size=menu as some themes (e.g. Human) don't provide the icon
at 16*16px (bug 426930), and upscaled images are ugly (bug 422179). */
list-style-image: url("moz-icon://stock/gtk-close?size=toolbar");
}
/* tabbrowser-tab focus ring */