X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fskin%2Ftoolbar.css;h=233280c2683fccacbe2a1c98afb83c32482d05aa;hb=3ef99d2dab45fb066218c407236cb6e63755c73d;hp=2108f6a936b89de655325130b06b0203257debf4;hpb=1d79842860ca6d9d104b1f539080550dc00748f3;p=themes.git diff --git a/LCARStrek/global/skin/toolbar.css b/LCARStrek/global/skin/toolbar.css index 2108f6a9..233280c2 100755 --- a/LCARStrek/global/skin/toolbar.css +++ b/LCARStrek/global/skin/toolbar.css @@ -1,28 +1,55 @@ - -toolbox - { - background-color : #000000; - } - -toolbar - { - background-color : #FF9F00; - border : 1px solid #9C9CFF; - } - -toolbargrippy - { - background-color : #000000; - border : none; - } - -toolbar[collapsed="true"] > toolbargrippy - { - width : 30px; - } - -toolbarseparator - { - width : 2em; - } - \ No newline at end of file + +toolbox + { + background-color : #000000; + } + +toolbar + { + background-color : #FF9F00; +/* border : 1px solid #9C9CFF; */ + } + +toolbargrippy + { + background-color : #000000; + border : none; + } + +toolbar[collapsed="true"] > toolbargrippy + { + width : 30px; + } + +toolbarseparator + { + width : 2em; + } + +menubar + { + border-bottom : 3px solid #000000; + } + +menubar > .toolbar-holder + { + /* max-height is only important as long as we need to workaround bug 24998... */ + max-height : 17px; + padding-right : 18px; + background-color : #6000CF; + background-image : url("chrome://global/skin/menubar-endcap.gif"); + background-repeat : no-repeat; + background-position : right; + +/* THE FOLLOWING LINES ARE NOT WORKING THOUGH THEY SHOULD! BUG 24998 */ +/* -moz-border-radius : 0px 10px 10px 0px; + background-image : url("chrome://global/skin/toolbar-bg.gif"); + background-repeat : repeat-y; + background-position : right; +*/ + } + +menubar > toolbargrippy + { +/* display : none; */ + }