make new dev toolbox in FF 20+ look good as well
[themes.git] / LCARStrek / browser / devtools / common.css
index a65d166004158755e7f13f4b48a59fb040691082..5c94eaa4ef6c91fefcc8e0e6b0109a89c9d8fe36 100644 (file)
@@ -149,3 +149,12 @@ devtools-menulist:-moz-focusring,
   width: 3px;
   position: relative;
 }
   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