X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=23b5c4bd37a5ecd80859b12c8d9ca883c6bfc6b1;hp=32ab479dc30663e866cddac8884fa9003f3316d2;hb=50c0175b05c24e60d0d011ba693def8052f8c2b4;hpb=ff5bd775546d38764c6aaefbc5dcc6c62f12c7be diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 32ab479d..23b5c4bd 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -122,13 +122,26 @@ 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 *******/ -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; } -statusbar[lwthemefooter="true"] { - background-repeat: no-repeat; - background-position: bottom left; +treecols:-moz-lwtheme { + text-shadow: none; + color: #000000; + background-color: #9C9CFF; }