fifth and final part of synching LCARStrek with windows theme changes in Firefox...
[themes.git] / LCARStrek / browser / devtools / layoutview.css
index 5c4b6493d7038375322669c45bde26b83859a4ae..ea37a917903e6198f13d799d24c73fc524804e9d 100644 (file)
@@ -2,15 +2,17 @@
  * 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/. */
 
-body {
-  background: url("layout-background-grid.png"), -moz-radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
-  color: #FF9F00;
-  border-top: 1px solid #9C9CFF;
-  -moz-box-sizing: border-box;
+.theme-dark .theme-body {
+  background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
+}
+
+.theme-light .theme-body {
+  background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
 }
 
-#element-size {
-  color: #FF9F00;
+.theme-body {
+  color: #FF9F00 !important;
+  -moz-box-sizing: border-box;
 }
 
 #main {