rest of LCARStrek sync to browser windows theme changes in Firefox 25
[themes.git] / LCARStrek / browser / devtools / layoutview.css
index 643dd0b4980136673bc314b83864132245dd80f9..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/. */
 
  * 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.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%);
 }
 
 }
 
-#element-size {
-  color: #FF9F00;
+.theme-light .theme-body {
+  background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
+}
+
+.theme-body {
+  color: #FF9F00 !important;
+  -moz-box-sizing: border-box;
 }
 
 #main {
 }
 
 #main {
@@ -42,17 +44,3 @@ body {
   border-style: solid;
   border-color: #9C9CFF;
 }
   border-style: solid;
   border-color: #9C9CFF;
 }
-
-#togglebutton {
-  background-image: url("layout-buttons.png");
-  width: 16px;
-  height: 16px;
-}
-
-body.open {
-  background: url("layout-background-grid.png"), -moz-radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
-}
-
-body.open > #header > #togglebutton {
-  background-position: -16px 0;
-}