X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fcommunicator.css;h=d398aa7f2294ddc07f91690b22547d2fbdbd8cef;hp=99901bc15aa69edda25b2515206a0bc5e3081e6d;hb=d16df6f263358cdbc28dd98a03a6ce1a2fa30780;hpb=ff5bd775546d38764c6aaefbc5dcc6c62f12c7be diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index 99901bc1..d398aa7f 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -106,12 +106,35 @@ menuitem.menuitem-iconic > .menu-iconic-left { } /******* lightweight themes *******/ -window[lwtheme="true"] { - background-repeat: no-repeat; - background-position: top right; + +toolbar button:-moz-lwtheme, +toolbar menulist:-moz-lwtheme:not([open="true"]), +toolbar textbox:-moz-lwtheme:not([focused="true"]) { + opacity: .8; +} + +treecols:-moz-lwtheme { + text-shadow: none; + color: #000000; + background-color: #CCD0DD; +} + +/* ::::: toolbar print button ::::: */ +#print-button { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); + -moz-image-region: rect(0px 25px 21px 0px); +} + +#print-button[disabled="true"] { + -moz-image-region: rect(0px 50px 21px 25px); +} + +toolbar[iconsize="small"] > toolbarpaletteitem > #print-button, +toolbar[iconsize="small"] > #print-button { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(0 16px 16px 0); } -statusbar[lwthemefooter="true"] { - background-repeat: no-repeat; - background-position: bottom left; +toolbar[iconsize="small"] > #print-button[disabled="true"] { + -moz-image-region: rect(0 32px 16px 16px) !important; }