update both themes for toolkit windows theme changes in Mozilla 23 cycle
[themes.git] / LCARStrek / browser / devtools / layoutview.css
index 1528eb3a57adcf35d558391e29ea1d57d37f1157..7d34c524c63f7d6ff34667292a20037c43ca8cbe 100644 (file)
@@ -3,11 +3,11 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 .theme-dark .theme-body {
-  background: url("layout-background-grid.png"), -moz-radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
+  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"), -moz-radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
+  background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
 }
 
 .theme-body {