X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fscrollbars.css;h=067ba4a3ae27d687f2a80178735370b97c37dd92;hp=c645af5ee36710059c18aecb20be8de27ff655ec;hb=1b1f3d099d79ff3f7e081b2702a1076c6cd627c4;hpb=87a1144f3acafe3109028fc3d30c7dd2dbdff01e diff --git a/EarlyBlue/global/scrollbars.css b/EarlyBlue/global/scrollbars.css index c645af5e..067ba4a3 100644 --- a/EarlyBlue/global/scrollbars.css +++ b/EarlyBlue/global/scrollbars.css @@ -18,12 +18,12 @@ scrollbar { pointer-events: auto; } -scrollbar[root="true"] { - position: relative; - z-index: 2147483647; /* largest positive value of a signed 32-bit integer */ -} - @media all and (-moz-overlay-scrollbars) { + scrollbar[root="true"] { + position: relative; + z-index: 2147483647; /* largest positive value of a signed 32-bit integer */ + } + scrollbar:not([active="true"]), scrollbar[disabled="true"] { visibility: hidden; @@ -83,8 +83,8 @@ scrollbarbutton[active="true"] { border-style: inset; padding-top: 2px; padding-bottom: 0px; - -moz-padding-start: 2px; - -moz-padding-end: 0px; + padding-inline-start: 2px; + padding-inline-end: 0px; } /* XXX - scrollbar.xml always grabs the OS settings and we don't want that */ @@ -92,6 +92,10 @@ scrollbarbutton[sbattr="scrollbar-up-bottom"], scrollbarbutton[sbattr="scrollbar-down-top"] { display: none; } +scrollbarbutton[sbattr="scrollbar-up-top"], +scrollbarbutton[sbattr="scrollbar-down-bottom"] { + display: -moz-box !important; +} /* ::::: square at the corner of two scrollbars ::::: */ @@ -202,19 +206,19 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true" html|div scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-right; - background-image: url("chrome://global/skin/arrow/arrow-rit.gif") + background-image: url("chrome://global/skin/arrow/arrow-right.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; - background-image: url("chrome://global/skin/arrow/arrow-dn.gif") + background-image: url("chrome://global/skin/arrow/arrow-down.gif") } /* ..... decrement .... */ html|div scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; - background-image: url("chrome://global/skin/arrow/arrow-lft.gif") + background-image: url("chrome://global/skin/arrow/arrow-left.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {