X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Ffloating-scrollbars-dark-theme.css;fp=LCARStrek%2Fdevtools%2Ffloating-scrollbars-dark-theme.css;h=0000000000000000000000000000000000000000;hb=bdb9f97982138845069e66497bea0e2c4d0fe455;hp=669647f67f4786b3cd7bc0ab3d3cc9b0f37d2fff;hpb=b1d1a8bbaca0a31b2c2581911368b6892d447718;p=themes.git diff --git a/LCARStrek/devtools/floating-scrollbars-dark-theme.css b/LCARStrek/devtools/floating-scrollbars-dark-theme.css deleted file mode 100644 index 669647f6..00000000 --- a/LCARStrek/devtools/floating-scrollbars-dark-theme.css +++ /dev/null @@ -1,46 +0,0 @@ -@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -xul|scrollbar { - position: relative; - background-color: transparent; - background-image: none; - z-index: 2147483647; - padding: 2px; -} - -:root[platform="mac"] xul|scrollbar { - border: none; -} - -/* Scrollbar code will reset the margin to the correct side depending on - where layout actually puts the scrollbar */ -xul|scrollbar[orient="vertical"] { - margin-left: -10px; - min-width: 10px; - max-width: 10px; -} - -xul|scrollbar[orient="horizontal"] { - margin-top: -10px; - min-height: 10px; - max-height: 10px; -} - -xul|scrollbar xul|thumb { -/* background-color: rgba(170, 170, 170, .2) !important; / --toolbar-tab-hover, in LCARStrek only in non-hover rule */ -/* -moz-appearance: none !important;*/ - border-width: 0px !important; - background-image: none; - border-radius: 3px !important; -} - -xul|scrollbar:not(:hover) xul|thumb { - background-color: rgba(160, 144, 144, 0.3) !important; -} - -xul|scrollbar xul|scrollbarbutton, -xul|scrollbar xul|scrollbarbutton[sbattr="scrollbar-up-top"], -xul|scrollbar xul|scrollbarbutton[sbattr="scrollbar-down-bottom"], -xul|scrollbar xul|gripper { - display: none !important; /* need !important to override forced display in LCARStrek */ -}