зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1768376 - Restore previous order of aero-related rules by loading browser-aero.css for XP_WIN only from browser.xhtml. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D147112
This commit is contained in:
Родитель
294581a987
Коммит
0d6499a7fb
|
@ -23,6 +23,10 @@
|
|||
<?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"?>
|
||||
#ifdef XP_WIN
|
||||
<?xml-stylesheet href="chrome://browser/skin/browser-aero.css" type="text/css"?>
|
||||
#endif
|
||||
|
||||
<?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/downloads/downloads.css" type="text/css"?>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
@import url("chrome://browser/skin/browser-shared.css");
|
||||
@import url("chrome://browser/skin/contextmenu.css");
|
||||
@import url("chrome://browser/skin/browser-custom-colors.css");
|
||||
@import url("chrome://browser/skin/browser-aero.css");
|
||||
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче