X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fcommunicator.css;h=4eae2c2507d6b26ab1453934f6007c9f0cd157cf;hp=df7341f54ecc629295ad90d036d01983bcb8db1d;hb=a066b053127a90d6fe01362412694c7732d72845;hpb=56029cafc51f2cfb90a4d902402129e51fcde8b8 diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index df7341f5..4eae2c25 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -51,6 +51,14 @@ -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary"); } +/* ::::: autocomplete ::::: */ + +.autocomplete-history-popup { + max-height: 25em; +} + +/* ::::: online/offline icons ::::: */ + #offline-status[offline="true"] { list-style-image: url("chrome://communicator/skin/icons/offline.gif"); } @@ -90,8 +98,23 @@ margin: 0px !important; } -/* ::::: download manager ::::: */ +/* ::::: iconic menu and menuitems ::::: */ + +menu.menu-iconic > .menu-iconic-left, +menuitem.menuitem-iconic > .menu-iconic-left { + display: -moz-box; +} + +/******* lightweight themes *******/ + +toolbar button:-moz-lwtheme, +toolbar menulist:-moz-lwtheme:not([open="true"]), +toolbar textbox:-moz-lwtheme:not([focused="true"]) { + opacity: .8; +} -#downloadView > treechildren::-moz-tree-image(Name) { - margin-right: 2px; +treecols:-moz-lwtheme { + text-shadow: none; + color: #000000; + background-color: #CCD0DD; }