X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fscrollbars.css;h=742c823b3a019df9dcc2ff928b3ce7182b360a0b;hp=de2528739f9c96fd5799752423ab962b0175c6e3;hb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa;hpb=a8dfd76fcd1e6fb6fb5b31418931a033c6ec4e1c diff --git a/EarlyBlue/global/scrollbars.css b/EarlyBlue/global/scrollbars.css index de252873..742c823b 100644 --- a/EarlyBlue/global/scrollbars.css +++ b/EarlyBlue/global/scrollbars.css @@ -101,11 +101,13 @@ scrollbarbutton { scrollbarbutton:hover:active { border-style: inset; padding: 2px 0px 0px 2px; -} +} /* ::::: square at the corner of two scrollbars ::::: */ scrollcorner { + -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base"); + cursor: default; background-color: #999999; } @@ -117,7 +119,7 @@ scrollbarbutton[type="increment"] { scrollbarbutton[type="increment"][disabled="true"] { - background-image: url("chrome://global/skin/scrollbar/button-right-disabled.gif") + background-image: url("chrome://global/skin/scrollbar/button-right-disabled.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { @@ -135,7 +137,7 @@ scrollbarbutton[type="decrement"] { } scrollbarbutton[type="decrement"][disabled="true"] { - background-image: url("chrome://global/skin/scrollbar/button-left-disabled.gif") + background-image: url("chrome://global/skin/scrollbar/button-left-disabled.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { @@ -159,7 +161,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true" background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar; } - html|div scrollbar[orient="vertical"] + html|div scrollbar[orient="vertical"] { -moz-appearance: scrollbartrack-vertical; }