X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fcommunicator.css;h=d398aa7f2294ddc07f91690b22547d2fbdbd8cef;hb=714b11f6c29019973a757ec1e852410183a2b52e;hp=96548741537c10c0970b8c939f2cca1ba2b90dc7;hpb=8b17a53f795d5dac9741cb28dc374ddb927488ae;p=themes.git diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index 96548741..d398aa7f 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -105,8 +105,36 @@ menuitem.menuitem-iconic > .menu-iconic-left { display: -moz-box; } -/* ::::: download manager ::::: */ +/******* lightweight themes *******/ -#downloadView > treechildren::-moz-tree-image(Name) { - -moz-margin-end: 2px; +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); +} + +toolbar[iconsize="small"] > #print-button[disabled="true"] { + -moz-image-region: rect(0 32px 16px 16px) !important; }