X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fscrollbars.css;h=706410fb5aa8fc6cf622733933c9ab287c4f6a12;hb=3a8bae080d34e168abdaadf32cbf3b813cb91fe3;hp=ce72d0f6c7a8078c94f0bb00235fa4fb2121487f;hpb=e181d49eeb1dcbecff7259949174b68c78b547c9;p=themes.git diff --git a/EarlyBlue/global/scrollbars.css b/EarlyBlue/global/scrollbars.css index ce72d0f6..706410fb 100644 --- a/EarlyBlue/global/scrollbars.css +++ b/EarlyBlue/global/scrollbars.css @@ -104,6 +104,12 @@ scrollbarbutton[active="true"] { padding: 2px 0px 0px 2px; } +/* XXX - scrollbar.xml always grabs the OS settings and we don't want that */ +scrollbarbutton[sbattr="scrollbar-up-bottom"], +scrollbarbutton[sbattr="scrollbar-down-top"] { + display: none; +} + /* ::::: square at the corner of two scrollbars ::::: */ scrollcorner { @@ -192,19 +198,11 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true" min-width: 8px; } - html|div thumb > gripper { - -moz-appearance: scrollbargripper-vertical; - } - - html|div thumb[orient="horizontal"] > gripper { - -moz-appearance: scrollbargripper-horizontal; - } - /* ::::: scrollbar button ::::: */ html|div scrollbarbutton, html|div scrollbarbutton[active="true"] { - background: -moz-Dialog no-repeat 0px 1px; + background: -moz-Dialog no-repeat 50% 50%; min-width: 16px; min-height: 16px; } @@ -214,7 +212,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true" -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; - background-position: 1px 2px; + background-position: 60% 60%; } /* ..... increment .... */