diff --git a/src/chrome/os_target/linux/scrollbars.css b/src/chrome/os_target/linux/scrollbars.css index a8e6b36..f843f10 100644 --- a/src/chrome/os_target/linux/scrollbars.css +++ b/src/chrome/os_target/linux/scrollbars.css @@ -30,8 +30,7 @@ scrollbar { } } -scrollbar[orient="vertical"] -{ +scrollbar[orient="vertical"] { -moz-appearance: none; } @@ -48,12 +47,15 @@ scrollbarbutton { } /* ::::: slider - a thumb is inside ::::: */ -slider { + +slider[orient="vertical"] { -moz-appearance: none; + min-width: 16px; } -slider[orient="vertical"] { +slider[orient="horizontal"] { -moz-appearance: none; + min-height: 16px; } /* ::::: thumb (horizontal) ::::: */