X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=xslt%2Fstyle1.css;h=cddc7ba37da2a216903f9c10b6123cf9018f240a;hb=c8c6d6d4bb71e6265dbc25e65d4d75297b016455;hp=182fb6529cd6cab63761f712b3f5989ffec6085b;hpb=c2b231c67250a9e7c341c968c4c9573ec8732094;p=kivitendo-erp.git diff --git a/xslt/style1.css b/xslt/style1.css index 182fb6529..cddc7ba37 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 } /* sidebar styles */ @@ -20,6 +12,7 @@ tree{ padding-top:2px; background: white url('../image/fade.png') repeat-x; } + #sidebar{ background-image: url('../image/fade.png'); max-width:450px; @@ -35,33 +28,30 @@ menubar{ background: url('../image/bg_titel.gif'); border:0px } + menu, menuitem{ font:12px Arial; } -menu menuitem, -menu menu{ - padding:2px -} -menubar menu, -menubar menuitem{ + +menubar menu{ -moz-appearance: none !important; - color:white + color:white; + background: url('../image/bg_titel.gif'); } -menubar menu:hover, -menubar menuitem:hover{ + +menubar menu:hover{ -moz-appearance:none !important; - background:lightblue; - color:red -} -menu menu, -menu menuitem{ - -moz-appearance: none !important; - color:black + background:#4466cc; + color:yellow; } -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 black !important; }