X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fscrollbars.css;h=5f8f87e6ddbb65adc62fa8ab7bfcc99c39310a4b;hp=f85dd362b4c649b92451ca192fe8f3d1fa6bf9de;hb=58ffb60eb6be45f26005f67e755cf80e6b05a162;hpb=87a1144f3acafe3109028fc3d30c7dd2dbdff01e diff --git a/LCARStrek/global/scrollbars.css b/LCARStrek/global/scrollbars.css index f85dd362..5f8f87e6 100644 --- a/LCARStrek/global/scrollbars.css +++ b/LCARStrek/global/scrollbars.css @@ -19,12 +19,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; @@ -119,6 +119,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 ::::: */