X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=23b5c4bd37a5ecd80859b12c8d9ca883c6bfc6b1;hp=4e1c8e4186c94f025aa183b21dffd71aaa3a6ba2;hb=52af0a75be8824e24d80e866df0aad7c8485c171;hpb=507ac7083376c5328e9b5657f4f4a1d9c27815fa diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 4e1c8e41..23b5c4bd 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -115,8 +115,33 @@ menubar[xpfe="false"] { margin: 0px !important; } -/* ::::: download manager ::::: */ +/* ::::: iconic menus and menuitems ::::: */ -#downloadView > treechildren::-moz-tree-image(Name) { - -moz-margin-end: 2px; +menu.menu-iconic > .menu-iconic-left, +menuitem.menuitem-iconic > .menu-iconic-left { + display: -moz-box; +} + +/* ::::: sync notification ::::: */ + +#sync-notifications > notification { + margin-top: 3px; +} + +#sync-notifications > notification > .notification-inner > hbox > button { + margin: 0; +} + +/******* lightweight themes *******/ + +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: #9C9CFF; }