X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Flayoutview.css;h=1528eb3a57adcf35d558391e29ea1d57d37f1157;hp=531c64b48779d322180322ef48ad338da1aa62d4;hb=82b4252f7e41007fc93fa3b94fd7418a07c03fd1;hpb=9b1c3cf977537f3b1f7e2fc89977eac6e2bfb6fe diff --git a/LCARStrek/browser/devtools/layoutview.css b/LCARStrek/browser/devtools/layoutview.css index 531c64b4..1528eb3a 100644 --- a/LCARStrek/browser/devtools/layoutview.css +++ b/LCARStrek/browser/devtools/layoutview.css @@ -2,14 +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 { +.theme-dark .theme-body { + background: url("layout-background-grid.png"), -moz-radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%); +} + +.theme-light .theme-body { background: url("layout-background-grid.png"), -moz-radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%); - color: #FF9F00; - -moz-box-sizing: border-box; } -#element-size { +.theme-body { color: #FF9F00; + -moz-box-sizing: border-box; } #main {