mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
26 lines
1.0 KiB
CSS
26 lines
1.0 KiB
CSS
|
/** this should only contain XUL dialog and document window widget defaults. Defaults for widgets of
|
||
|
a particular application should be in that application's style sheet.
|
||
|
For example style definitions for navigator can be found in navigator.css
|
||
|
|
||
|
THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
|
||
|
CHANGES REVIEWED BY hyatt@netscape.com.
|
||
|
**/
|
||
|
|
||
|
@import url(chrome://global/skin/);
|
||
|
|
||
|
@import url(chrome://communicator/skin/box.css);
|
||
|
@import url(chrome://communicator/skin/toolbar.css);
|
||
|
@import url(chrome://communicator/skin/button.css);
|
||
|
@import url(chrome://communicator/skin/brand.css);
|
||
|
@import url(chrome://communicator/skin/menu.css);
|
||
|
@import url(chrome://communicator/skin/menubutton.css);
|
||
|
@import url(chrome://communicator/skin/splitter.css);
|
||
|
|
||
|
|
||
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
|
||
|
@namespace html url("http://www.w3.org/TR/REC-html40"); /* namespace for HTML elements */
|
||
|
|
||
|
#status-bar
|
||
|
{
|
||
|
border-top : #003366;
|
||
|
}
|