mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 426930 - "Close" icon in the File and tab context menus looks pixellated on Linux. r=ventnor
This commit is contained in:
parent
7b29cec9f3
commit
19942b5c22
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user