X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=xslt%2Fstyle1.css;h=21130e56435adde9595cc6de53f9956715927a3d;hb=676de51d480d557ed5e5d7ec675b138aa365a62c;hp=182fb6529cd6cab63761f712b3f5989ffec6085b;hpb=f0135672739e57d551c18ae051be63448a2de86a;p=kivitendo-erp.git diff --git a/xslt/style1.css b/xslt/style1.css index 182fb6529..21130e564 100644 --- a/xslt/style1.css +++ b/xslt/style1.css @@ -1,16 +1,8 @@ +/* toolbar style */ toolbar{ -moz-appearance:none !important; background: url('../image/fade.png'); - border-bottom:1px solid black; - border-top:1px solid black -} -splitter{ - -moz-appearance:none !important; - background:white url('../image/fade.png') no-repeat !important; - border:0px -} -iframe{ - border-left:1px solid black !important + border-bottom:1px solid #888; } /* sidebar styles */ @@ -20,48 +12,51 @@ tree{ padding-top:2px; background: white url('../image/fade.png') repeat-x; } + #sidebar{ background-image: url('../image/fade.png'); max-width:450px; width:150px; font:12px Arial; margin:0px; - border-right:1px solid black + border-right:1px solid #888; } /* menubar styles */ menubar{ -moz-appearance:none !important; background: url('../image/bg_titel.gif'); - border:0px + border:0px; } + menu, menuitem{ font:12px Arial; } -menu menuitem, + menu menu{ - padding:2px + -moz-appearance: none !important; + color:white; + background: #35a; } -menubar menu, -menubar menuitem{ + +menubar menu{ -moz-appearance: none !important; - color:white + color:white; } -menubar menu:hover, -menubar menuitem:hover{ + +menubar menu:hover{ -moz-appearance:none !important; - background:lightblue; - color:red + background:#46d; + color:yellow; } -menu menu, -menu menuitem{ - -moz-appearance: none !important; - color:black -} -menu menu:hover, -menu menuitem:hover{ + +/* are splitter & iframe in use currently? */ +splitter{ -moz-appearance:none !important; - background:lightgrey; - color:red + background:white url('../image/fade.png') no-repeat !important; + border:0px; +} +iframe{ + border-left:1px solid #888 !important; }