X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fscrollbars.css;h=3751539a2995d1f833661037b97cc2228e7c5ec9;hb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202;hp=742c823b3a019df9dcc2ff928b3ce7182b360a0b;hpb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa;p=themes.git diff --git a/EarlyBlue/global/scrollbars.css b/EarlyBlue/global/scrollbars.css index 742c823b..3751539a 100644 --- a/EarlyBlue/global/scrollbars.css +++ b/EarlyBlue/global/scrollbars.css @@ -98,7 +98,8 @@ thumb[orient="horizontal"][disabled="true"] { scrollbarbutton { } -scrollbarbutton:hover:active { +scrollbarbutton:hover:active, +scrollbarbutton[active="true"] { border-style: inset; padding: 2px 0px 0px 2px; } @@ -109,6 +110,7 @@ scrollcorner { -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base"); cursor: default; background-color: #999999; + width: 13px; } /* ..... increment .... */ @@ -200,7 +202,8 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true" /* ::::: scrollbar button ::::: */ - html|div scrollbarbutton { + html|div scrollbarbutton, + html|div scrollbarbutton[active="true"] { background: -moz-Dialog no-repeat 0px 1px; min-width: 16px; min-height: 16px;