Bug 1253886 - Re-add reference to common.css from the eyedropper frame;r=pbrosset draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Mon, 07 Mar 2016 13:57:43 -0800
changeset 337474 29ae264fe97bfc246a3b20e832f4d63736442228
parent 337446 b8e594c21349c24f07bf6a63764f3c1bb9734e46
child 515680 6d33a25d1d9bf91cadd4e7aa1f42826382a1dfc5
push id12376
push userbgrinstead@mozilla.com
push dateMon, 07 Mar 2016 21:57:50 +0000
reviewerspbrosset
bugs1253886
milestone47.0a1
Bug 1253886 - Re-add reference to common.css from the eyedropper frame;r=pbrosset Since the frame doesn't allow any theme to load, common.css isn't be loaded automatically MozReview-Commit-ID: 56Iss0VEbee
devtools/client/eyedropper/eyedropper.xul
--- a/devtools/client/eyedropper/eyedropper.xul
+++ b/devtools/client/eyedropper/eyedropper.xul
@@ -1,16 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!-- 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/. -->
 
 <!DOCTYPE window []>
 
+<?xml-stylesheet href="chrome://devtools/skin/common.css" type="text/css"?>
 <?xml-stylesheet href="chrome://devtools/skin/eyedropper.css" type="text/css"?>
 
 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
         no-theme="true">
   <script type="application/javascript;version=1.8"
           src="chrome://devtools/content/shared/theme-switching.js"/>
   <commandset id="eyedropper-commandset">
     <command id="eyedropper-cmd-close"