X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=23b5c4bd37a5ecd80859b12c8d9ca883c6bfc6b1;hp=2a895cda8d414b0de366a8963035045e1d8059e7;hb=b0dd5ccaf7176c45e5be00fa0f63bf0a6d1fc33e;hpb=c79d2bbe6e21fbe322c5481d0757831306d1eeaf diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 2a895cda..23b5c4bd 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -47,8 +47,25 @@ == Styles shared everywhere throughout the Communicator suite. ========================================================================== */ +toolbar { + -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar"); +} + +menubar, +toolbar[type="menubar"] { + -moz-binding: url("chrome://global/skin/globalBindings.xml#grippymenubar"); +} + .toolbar-primary { - -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary"); + -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar-primary"); +} + +toolbar[xpfe="false"] { + -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar"); +} + +menubar[xpfe="false"] { + -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar"); } /* ::::: autocomplete ::::: */ @@ -98,8 +115,33 @@ margin: 0px !important; } -/* ::::: download manager ::::: */ +/* ::::: iconic menus and menuitems ::::: */ + +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; +} -#downloadView > treechildren::-moz-tree-image(Name) { - margin-right: 2px; +treecols:-moz-lwtheme { + text-shadow: none; + color: #000000; + background-color: #9C9CFF; }