X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fscrollbars.css;h=92635b7659e764221a423baf850300d55f2767f0;hb=79116418009c5148102874b9d8b19463d09b43b6;hp=209578d0c68b92c48c1f932cd837ff6f64ba2bfd;hpb=f24507954fc5a0fc540b913450f45d44f20e97b5;p=themes.git diff --git a/EarlyBlue/global/scrollbars.css b/EarlyBlue/global/scrollbars.css index 209578d0..92635b76 100644 --- a/EarlyBlue/global/scrollbars.css +++ b/EarlyBlue/global/scrollbars.css @@ -101,7 +101,16 @@ 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; + width: 13px; +} /* ..... increment .... */ @@ -111,7 +120,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 +138,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 +162,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 +239,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 +}