some fixes for LCARStrek based on 2.8 review comments
[themes.git] / LCARStrek / browser / devtools / splitview.css
index cd3883f3a2921c84f054177a614ffaee1ad34a28..aeccefb1eb8f8488ea045f51a39de5766fd4075e 100644 (file)
@@ -37,7 +37,7 @@
  * ***** END LICENSE BLOCK ***** */
 
 .splitview-nav-container {
-  background-color: #00000;
+  background-color: #000000;
   color: #FF9F00;
 }
 
@@ -75,7 +75,6 @@
 
 .placeholder {
   -moz-box-flex: 1;
-  -moz-box-back: center;
   text-align: center;
 }
 
   height: 26px;
   background-origin: border-box;
   background-clip: border-box;
-  border-top: 1px solid #008484;
-  border-bottom: 1px solid #008484;
-  padding: 3px;
+}
+
+.splitview-main > toolbar {
+  -moz-padding-end: 3px;
+}
+
+.splitview-details > toolbar {
+  -moz-padding-start: 3px;
 }
 
 .splitview-main > toolbar:-moz-locale-dir(ltr) {
 }
 
 .devtools-toolbarbutton {
-  font-size: 11px;
-  padding: 0 8px;
   width: auto;
   min-width: 48px;
   min-height: 0;
 .splitview-landscape-resizer {
   -moz-appearance: none;
   width: 7px;
-  background-image: -moz-linear-gradient(left, #FFCF00 1px, #000000 1px);
-  background-size: 2px 10px;
+  background-image: -moz-linear-gradient(left, #000000 1px, #FFCF00 1px);
+  background-size: 2px 15px;
   background-clip: padding-box;
   background-repeat: repeat-x;
-  border-width: 1px;
+/*  border-width: 1px;
   border-style: solid;
-  border-color: #9C9CFF;
+  border-color: #9C9CFF;*/
   margin: 5px 0;
-  -moz-transform: translateX(-7px);
+  -moz-transform: translateX(-22px); /* account for startcap as well */
 }
 
 .splitview-landscape-resizer:-moz-locale-dir(rtl) {
-  -moz-transform: translateX(7px);
+  -moz-transform: translateX(22px);
 }
 
 .splitview-portrait-resizer {
   -moz-appearance: none;
-  background: -moz-linear-gradient(top, #FFCF00 1px, #000000 1px);
+  background: -moz-linear-gradient(top, #000000 1px, #FFCF00 1px);
   height: 12px;
   background-size: 10px 2px, 100% 12px;
   background-clip: content-box, border-box;