mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1150006 - Get rid of "-aero" file name suffixes, part 4: replace some Windows icons with Gtk stock icons on Linux. r=gijs
This commit is contained in:
parent
acc1272269
commit
9af702e0d6
@ -1099,7 +1099,7 @@ toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
|
||||
border: none;
|
||||
background: none;
|
||||
min-width: 0;
|
||||
list-style-image: url("chrome://global/skin/icons/question-16.png");
|
||||
list-style-image: url("moz-icon://stock/gtk-dialog-question?size=16");
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@ -1255,7 +1255,7 @@ toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
|
||||
|
||||
.default-notification-icon,
|
||||
#default-notification-icon {
|
||||
list-style-image: url(chrome://global/skin/icons/information-16.png);
|
||||
list-style-image: url(moz-icon://stock/gtk-dialog-info?size=16);
|
||||
}
|
||||
|
||||
.identity-notification-icon,
|
||||
@ -1274,7 +1274,7 @@ toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
|
||||
|
||||
.indexedDB-notification-icon,
|
||||
#indexedDB-notification-icon {
|
||||
list-style-image: url(chrome://global/skin/icons/question-16.png);
|
||||
list-style-image: url(moz-icon://stock/gtk-dialog-question?size=16);
|
||||
}
|
||||
|
||||
#password-notification-icon {
|
||||
|
@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
.blockedIcon {
|
||||
list-style-image: url("chrome://global/skin/icons/Error.png");
|
||||
list-style-image: url("moz-icon://stock/gtk-dialog-error?size=dialog");
|
||||
}
|
||||
|
||||
.downloadTarget {
|
||||
|
@ -103,7 +103,7 @@ richlistitem[type="download"]:last-child {
|
||||
}
|
||||
|
||||
.blockedIcon {
|
||||
list-style-image: url("chrome://global/skin/icons/Error.png");
|
||||
list-style-image: url("moz-icon://stock/gtk-dialog-error?size=dialog");
|
||||
}
|
||||
|
||||
/* We hold .downloadTarget, .downloadProgress and .downloadDetails inside of
|
||||
|
Loading…
Reference in New Issue
Block a user