X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fscrollbars.css;h=742c823b3a019df9dcc2ff928b3ce7182b360a0b;hp=209578d0c68b92c48c1f932cd837ff6f64ba2bfd;hb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa;hpb=f24507954fc5a0fc540b913450f45d44f20e97b5 diff --git a/EarlyBlue/global/scrollbars.css b/EarlyBlue/global/scrollbars.css index 209578d0..742c823b 100644 --- a/EarlyBlue/global/scrollbars.css +++ b/EarlyBlue/global/scrollbars.css @@ -101,7 +101,15 @@ 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; +} /* ..... increment .... */ @@ -111,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"] { @@ -129,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"] { @@ -153,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; } @@ -230,4 +238,4 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true" background-image: url("chrome://global/skin/arrow/arrow-up.gif") } -} \ No newline at end of file +}