X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fscrollbars.css;h=1eed311630ee942ec3196c4eef1a89961b5feb53;hb=193429c8b8893a792f8f143bfe6626d3e6e07014;hp=c645af5ee36710059c18aecb20be8de27ff655ec;hpb=87a1144f3acafe3109028fc3d30c7dd2dbdff01e;p=themes.git diff --git a/EarlyBlue/global/scrollbars.css b/EarlyBlue/global/scrollbars.css index c645af5e..1eed3116 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; @@ -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 ::::: */