X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=32ab479dc30663e866cddac8884fa9003f3316d2;hp=04ba3269011bdcae370e6609190acbaf834eb48c;hb=ff5bd775546d38764c6aaefbc5dcc6c62f12c7be;hpb=8caa872d050772c572257f23011c668f70dcaef7 diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 04ba3269..32ab479d 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -51,7 +51,8 @@ toolbar { -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar"); } -menubar { +menubar, +toolbar[type="menubar"] { -moz-binding: url("chrome://global/skin/globalBindings.xml#grippymenubar"); } @@ -114,8 +115,20 @@ 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; +} + +/******* lightweight themes *******/ +window[lwtheme="true"] { + background-repeat: no-repeat; + background-position: top right; +} + +statusbar[lwthemefooter="true"] { + background-repeat: no-repeat; + background-position: bottom left; }