mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1227599 - Don't let styles intended for the scrollbar thumb apply to non-scrollbar thumbs. r=snorp
This commit is contained in:
parent
0f963795ee
commit
43971591eb
@ -71,7 +71,7 @@ xul|scrollbarbutton[sbattr="scrollbar-bottom-top"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
xul|thumb {
|
||||
xul|scrollbar xul|thumb {
|
||||
background-color: rgba(0, 0, 0, 0.4) !important;
|
||||
-moz-border-top-colors: none !important;
|
||||
-moz-border-bottom-colors: none !important;
|
||||
|
Loading…
Reference in New Issue
Block a user