Files
tubestation/toolkit/content/components.css
Paolo Amadini f5c61ba208 Bug 1470870 - Load "menu.css" as a document stylesheet. r=bgrins
The specificity of some Windows rules is reduced to match other platforms.

MozReview-Commit-ID: 28oUf7b6vCW
2018-07-05 15:08:06 +01:00

18 lines
767 B
CSS

/* 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/. */
/* ===== components.css ==================================================
==
== THESE STYLES WILL BE MOVED TO "widgets.css".
==
== These are loaded as UA syles, but eventually they will become
== document styles in "widgets.css". See bug 1463820 for details.
==
======================================================================= */
@import url("chrome://global/skin/dropmarker.css");
@import url("chrome://global/skin/groupbox.css");
@import url("chrome://global/skin/toolbar.css");
@import url("chrome://global/skin/splitter.css");