Bug 1420166 - Include global.css on about:config;r=Gijs draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Thu, 23 Nov 2017 07:36:55 -0800
changeset 702661 b640f978008859d4de21dff8793d91427d05adcb
parent 702588 b6bed1b710c3e22cab49f22f1b5f44d80286bcb9
child 741550 f1892521e8813b2a913f84ecf1aa9882f6d654f5
push id90576
push userbgrinstead@mozilla.com
push dateThu, 23 Nov 2017 15:37:05 +0000
reviewersGijs
bugs1420166, 1416493
milestone59.0a1
Bug 1420166 - Include global.css on about:config;r=Gijs This fixes missing menu styling caused by Bug 1416493 MozReview-Commit-ID: 4w9BGAOqQjR
toolkit/components/viewconfig/content/config.xul
--- a/toolkit/components/viewconfig/content/config.xul
+++ b/toolkit/components/viewconfig/content/config.xul
@@ -1,14 +1,15 @@
 <?xml version="1.0"?>
 
 <!-- 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/. -->
 
+<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
 <?xml-stylesheet href="chrome://global/skin/in-content/info-pages.css" type="text/css"?>
 <?xml-stylesheet href="chrome://global/skin/config.css" type="text/css"?>
 
 <!DOCTYPE window SYSTEM "chrome://global/locale/config.dtd">
 
 <window id="config"
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
         title="&window.title;"