adjust both themes for changes in classic in SeaMonkey 2.16 cycle
[themes.git] / LCARStrek / browser / devtools / common.css
index a65d166004158755e7f13f4b48a59fb040691082..2bf56f4c9e27addce910faf01fbd0f969ae38c3a 100644 (file)
@@ -112,7 +112,7 @@ devtools-menulist:-moz-focusring,
   display: none;
 }
 
-.devtools-searchinput > .textbox-input-box > .textbox-input:-moz-placeholder {
+.devtools-searchinput > .textbox-input-box > .textbox-input::-moz-placeholder {
   color: hsl(208,10%,66%);
 }
 */
@@ -137,15 +137,22 @@ devtools-menulist:-moz-focusring,
 /* Splitters */
 
 .devtools-horizontal-splitter {
-  border: none;
   min-height: 3px;
   height: 3px;
   position: relative;
 }
 
 #devtools-side-splitter {
-  border: 0;
   min-width: 0;
   width: 3px;
   position: relative;
 }
+
+#profiler-chrome {
+  /* HACK for profiler in the dev toolbox in FF 20+. */
+  margin: -3px;
+}
+
+#profiler-chrome > box > box > .devtools-toolbar {
+  border-bottom: none;
+}
\ No newline at end of file