/* 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/. */ /* * The "global.css" stylesheet is imported first to allow other stylesheets to * override rules using selectors with the same specificity. This applies to * both "content" and "skin" packages, which bug 1385444 will unify later. */ @import url("chrome://global/skin/"); @import url("chrome://browser/content/browser.css"); @import url("chrome://browser/content/tabbrowser.css"); @import url("chrome://browser/content/downloads/downloads.css"); @import url("chrome://browser/content/places/places.css"); @import url("chrome://browser/content/usercontext/usercontext.css"); @import url("chrome://browser/skin/"); @import url("chrome://browser/skin/controlcenter/panel.css"); @import url("chrome://browser/skin/customizableui/panelUI.css"); @import url("chrome://browser/skin/downloads/downloads.css"); @import url("chrome://browser/skin/searchbar.css"); @import url("chrome://browser/skin/places/places.css"); @import url("chrome://browser/skin/places/editBookmark.css");