Bug 1369801 - dt-addon-tests: update specificity of selector in firebug-theme.css;r=ochameau draft
authorJulian Descottes <jdescottes@mozilla.com>
Mon, 19 Jun 2017 11:12:46 +0200
changeset 615205 973f4cfe2fe83366bc9cb217e95264ddebfd3d72
parent 615204 e1fb2505634be876fa274ed4a7bc22a8b6a967cc
child 615206 8b0b8f2f936a6f83166690cd15df642c61114a7e
push id70267
push userjdescottes@mozilla.com
push dateTue, 25 Jul 2017 16:01:51 +0000
reviewersochameau
bugs1369801
milestone56.0a1
Bug 1369801 - dt-addon-tests: update specificity of selector in firebug-theme.css;r=ochameau MozReview-Commit-ID: 7o6h5FPOa3I
devtools/client/themes/firebug-theme.css
--- a/devtools/client/themes/firebug-theme.css
+++ b/devtools/client/themes/firebug-theme.css
@@ -2,17 +2,17 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * 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/. */
 
 @import url(resource://devtools/client/themes/variables.css);
 @import url(resource://devtools/client/themes/common.css);
 @import url(chrome://devtools/skin/light-theme.css);
 
-:root {
+:root.theme-firebug {
   font-size: 11px;
   font-family: var(--proportional-font-family);
 }
 
 /* CodeMirror Color Syntax */
 
 .theme-firebug .cm-keyword {color: BlueViolet; font-weight: bold;}
 .theme-firebug .cm-atom {color: #219;}