mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 830323 - Fix broken Clear Downloads button theming on pinstripe. r=mak.
This commit is contained in:
parent
42987139b1
commit
248556a7d2
@ -292,8 +292,8 @@
|
||||
* Downloads pane
|
||||
*/
|
||||
|
||||
#placesToolbar > #clearDownloadsButton {
|
||||
list-style-image: none;
|
||||
#clearDownloadsButton {
|
||||
list-style-image: none !important;
|
||||
}
|
||||
|
||||
#clearDownloadsButton > .toolbarbutton-icon {
|
||||
@ -301,5 +301,5 @@
|
||||
}
|
||||
|
||||
#clearDownloadsButton > .toolbarbutton-text {
|
||||
display: inline;
|
||||
display: inline !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user