X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fskin%2Fcommunicator.css;fp=EarlyBlue%2Fcommunicator%2Fskin%2Fcommunicator.css;h=0000000000000000000000000000000000000000;hp=1b5411d68777e4add877f7536c9f792c293aa637;hb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;hpb=f9d85c46811df759b60bf2baf9d461f79e8b0a17 diff --git a/EarlyBlue/communicator/skin/communicator.css b/EarlyBlue/communicator/skin/communicator.css deleted file mode 100755 index 1b5411d6..00000000 --- a/EarlyBlue/communicator/skin/communicator.css +++ /dev/null @@ -1,51 +0,0 @@ -/** 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); -@import url(chrome://communicator/skin/formatting.css); -@import url(chrome://communicator/skin/prefpanels.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/1999/xhtml"); /* namespace for HTML elements */ - -#offline-status[offline="true"] - { - list-style-image: url("chrome://communicator/skin/offline.gif"); - } - -#offline-status - { - list-style-image: url("chrome://communicator/skin/online.gif"); - } - -.up { - list-style-image:url("chrome://global/skin/scroll-up.gif"); - min-width: 0px; -} - -.up[disabled="true"] { - list-style-image:url("chrome://global/skin/scroll-up-disabled.gif"); -} - -.down { - min-width: 0px; - list-style-image:url("chrome://global/skin/scroll-down.gif"); -} - -.down[disabled="true"] { - list-style-image:url("chrome://global/skin/scroll-down-disabled.gif"); -} \ No newline at end of file