third part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / devtools / splitview.css
index b3a7fbdf864644a1ff7aa9d9cf8f68870fd9c35f..21716eb53b78b48b2123c3ce71f2754348d0ad05 100644 (file)
   min-width: 48px;
   min-height: 0;
 }
-
-
-/* Resizers */
-
-.splitview-landscape-splitter {
-  /* -moz-border-start-color: transparent; */
-}
-
-.splitview-portrait-resizer {
-  -moz-appearance: none;
-  background: linear-gradient(top, #000000 1px, #FFCF00 1px);
-  height: 12px;
-  background-size: 10px 2px, 100% 12px;
-  background-clip: content-box, border-box;
-  background-repeat: repeat-y, no-repeat;
-  background-position: center center;
-  padding: 2px 0;
-  border-top: 1px solid #008484;
-  border-bottom: 1px solid #008484;
-}