зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1470842 - Add "widgets.css" as an author stylesheet for migrating "components.css". r=bgrins
MozReview-Commit-ID: CPJ3HcOZdIl --HG-- extra : source : 0ebcfd12331cf052d7928f8748bdc50088a4b5e1
This commit is contained in:
Родитель
faaf43f77b
Коммит
3ccf86b069
|
@ -2,9 +2,14 @@
|
|||
* 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
|
||||
======================================================================= */
|
||||
/* ===== 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");
|
||||
|
|
|
@ -62,6 +62,7 @@ toolkit.jar:
|
|||
#ifndef MOZ_FENNEC
|
||||
content/global/viewZoomOverlay.js
|
||||
#endif
|
||||
content/global/widgets.css
|
||||
content/global/bindings/autocomplete.xml (widgets/autocomplete.xml)
|
||||
content/global/bindings/browser.xml (widgets/browser.xml)
|
||||
content/global/bindings/button.xml (widgets/button.xml)
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
/* 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/. */
|
||||
|
||||
/* ===== widgets.css =====================================================
|
||||
== Styles ported from XBL <resources>, loaded by "global.css".
|
||||
======================================================================= */
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
/* all localizable skin settings shall live here */
|
||||
@import url("chrome://global/locale/intl.css");
|
||||
@import url("chrome://global/content/widgets.css");
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
/* all localizable skin settings shall live here */
|
||||
@import url("chrome://global/locale/intl.css");
|
||||
@import url("chrome://global/content/widgets.css");
|
||||
|
||||
%include shared.inc
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
/* all localizable skin settings shall live here */
|
||||
@import url("chrome://global/locale/intl.css");
|
||||
@import url("chrome://global/content/widgets.css");
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче