Bug 1421433 - Load browser.css before other browser skin styles in browser.xul;r=dao draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Tue, 28 Nov 2017 13:50:39 -0800
changeset 704715 dffb90d9975513a102e38e6b398e41b528e80484
parent 704706 c2248f85346939d3e0b01f57276c440ccb2d16a1
child 742134 aa901dc01a0e19de3d2d02cca62d83ca43d6d496
push id91218
push userbgrinstead@mozilla.com
push dateTue, 28 Nov 2017 21:50:49 +0000
reviewersdao
bugs1421433
milestone59.0a1
Bug 1421433 - Load browser.css before other browser skin styles in browser.xul;r=dao Rules from panel.css and panelUI.css should take priority over rules in browser.css MozReview-Commit-ID: 6w2ggu5PvSP
browser/base/content/browser.xul
--- a/browser/base/content/browser.xul
+++ b/browser/base/content/browser.xul
@@ -4,19 +4,19 @@
 #
 # 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://browser/content/browser.css" type="text/css"?>
 <?xml-stylesheet href="chrome://browser/content/places/places.css" type="text/css"?>
 <?xml-stylesheet href="chrome://browser/content/usercontext/usercontext.css" type="text/css"?>
+<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
 <?xml-stylesheet href="chrome://browser/skin/controlcenter/panel.css" type="text/css"?>
 <?xml-stylesheet href="chrome://browser/skin/customizableui/panelUI.css" type="text/css"?>
-<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
 
 <?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
 <?xul-overlay href="chrome://browser/content/baseMenuOverlay.xul"?>
 <?xul-overlay href="chrome://browser/content/places/placesOverlay.xul"?>
 
 # All DTD information is stored in a separate file so that it can be shared by
 # hiddenWindow.xul.
 #include browser-doctype.inc