mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1227636 - Put back missing scrollbar styles. r=mfinkle
This commit is contained in:
parent
6e7dd4157a
commit
69081a8d2d
@ -21,6 +21,7 @@ xul|scrollbar[root="true"] {
|
||||
|
||||
xul|scrollbar {
|
||||
-moz-appearance: none !important;
|
||||
-moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
|
||||
background-color: transparent !important;
|
||||
background-image: none !important;
|
||||
border: 0px solid transparent !important;
|
||||
@ -36,6 +37,7 @@ xul|scrollbar[orient="vertical"] {
|
||||
}
|
||||
|
||||
xul|scrollbar[orient="vertical"] xul|thumb {
|
||||
-moz-appearance: scrollbarthumb-vertical !important;
|
||||
max-width: 6px !important;
|
||||
min-width: 6px !important;
|
||||
}
|
||||
@ -47,6 +49,7 @@ xul|scrollbar[orient="horizontal"] {
|
||||
}
|
||||
|
||||
xul|scrollbar[orient="horizontal"] xul|thumb {
|
||||
-moz-appearance: scrollbarthumb-horizontal !important;
|
||||
max-height: 6px !important;
|
||||
min-height: 6px !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user