gecko-dev/toolkit/content/components.css
Timothy Guan-tin Chien 9f501047f2 Bug 1446009 - Remove groupbox-base binding by moving groupbox.css into components.css r=enndeakin+6102
MozReview-Commit-ID: 1XVuuXNX0Eq

--HG--
extra : rebase_source : 33baa65c0961659c203c11f422c6b639ad1c0ccc
2018-03-20 15:15:40 +08:00

13 lines
631 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 =================================================
== Styles ported from XBL <resources>, loaded as UA styles in every XUL doc
======================================================================= */
@import url("chrome://global/skin/groupbox.css");
@import url("chrome://global/skin/menu.css");
@import url("chrome://global/skin/toolbar.css");
@import url("chrome://global/skin/splitter.css");