second part of syncing LCARStrek with Firefox 45-48 devtools theme changes
[themes.git] / LCARStrek / devtools / common.css
index 0237525bbf332c2d3095ec614acb496d61f54b93..af4eb0d3c8d6e93227005cae2bb221ba31123b65 100644 (file)
@@ -3,6 +3,8 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
+@import url("splitters.css");
+
 /* LCARS-specific rules that should be limited to toolbox but there's no other place to put them */
 window {
   padding: 0;
 /* LCARS-specific rules that should be limited to toolbox but there's no other place to put them */
 window {
   padding: 0;
@@ -31,36 +33,6 @@ notification {
   transition: margin-bottom .1s;
 }
 
   transition: margin-bottom .1s;
 }
 
-/* Splitters */
-
-.devtools-horizontal-splitter {
-  min-height: 3px;
-  height: 3px;
-  position: relative;
-}
-
-#devtools-side-splitter {
-  min-width: 0;
-  width: 3px;
-  border: none;
-  margin: 0 3px;
-  position: relative;
-  cursor: e-resize;
-}
-
-.devtools-horizontal-splitter.disabled,
-.devtools-side-splitter.disabled {
-  pointer-events: none;
-}
-
-/* In-tools sidebar */
-
-.devtools-toolbox-side-iframe {
-  min-width: 465px;
-}
-
-/* === BEGIN common.inc.css === */
-
 /* Autocomplete Popup */
 /* Dark and light theme */
 
 /* Autocomplete Popup */
 /* Dark and light theme */
 
@@ -282,26 +254,6 @@ notification {
   background: transparent;
 }
 
   background: transparent;
 }
 
-/* Eyedropper Widget */
-
-.devtools-eyedropper-panel {
-  pointer-events: none;
-  -moz-appearance: none;
-  width: 156px;
-  height: 120px;
-  background-color: transparent;
-  border: none;
-  padding: 0;
-}
-
-#color-value {
-  color: #FF9F00;
-}
-
-#color-value.highlight {
-  color: #FFCF00;
-}
-
 /* Links to source code, like displaying `myfile.js:45` */
 
 .devtools-source-link {
 /* Links to source code, like displaying `myfile.js:45` */
 
 .devtools-source-link {
@@ -333,5 +285,3 @@ notification {
   margin: 2px 0px;
   cursor: pointer;
 }
   margin: 2px 0px;
   cursor: pointer;
 }
-
-/* === END common.inc.css === */