mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 968251 - fix gradient background on Australis' panel anchor's arrow background, r=jaws
This commit is contained in:
parent
42784703ce
commit
d101455008
@ -8,7 +8,7 @@
|
||||
toolbarbutton.panel-multiview-anchor {
|
||||
background-image: url(chrome://browser/skin/customizableui/subView-arrow-back-inverted@2x.png),
|
||||
linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
|
||||
background-size: 16px;
|
||||
background-size: 16px, auto;
|
||||
}
|
||||
|
||||
#PanelUI-customize {
|
||||
|
Loading…
Reference in New Issue
Block a user