remove devtools and webide theming from LCARStrek due to large rate of churn in devto...
[themes.git] / LCARStrek / devtools / floating-scrollbars-dark-theme.css
diff --git a/LCARStrek/devtools/floating-scrollbars-dark-theme.css b/LCARStrek/devtools/floating-scrollbars-dark-theme.css
deleted file mode 100644 (file)
index 669647f..0000000
+++ /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 */
-}