X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=xslt%2Fstyle1.css;h=21130e56435adde9595cc6de53f9956715927a3d;hb=6f2893dcf199d5e5147cc2020c2ab6984f4274dc;hp=aa11ca16d8346944d2be8357d2a2466bd8f66108;hpb=ead85c3ab935fb812d405fa5b6fd3cc9572ff908;p=kivitendo-erp.git diff --git a/xslt/style1.css b/xslt/style1.css index aa11ca16d..21130e564 100644 --- a/xslt/style1.css +++ b/xslt/style1.css @@ -1,13 +1,62 @@ -treechildren::-moz-tree-row(hover){background-color:#eef !important;} -tree{-moz-appearance: none !important;border:0px solid black !important;padding-top:2px;background: white} -treechildren::-moz-tree-column{background: white} - -toolbar{-moz-appearance: none !important;background:lavender !important;border-bottom:1px solid black;border-top:1px solid black;} -menubar{-moz-appearance: none !important;background:darkblue !important;border:0px} -splitter{-moz-appearance: none !important;background:lavender !important;border:0px solid black !important} -iframe{border-left:1px solid black !important} -#sidebar{background:grey;max-width:450px;width:150px;font-family:arial;font-size:12px;margin:0px;border-right:1px solid black} -menubar menu{-moz-appearance: none !important;color:white !important;} -menubar menu:hover{-moz-appearance: none;background:lightblue !important} -menu menu{-moz-appearance: none !important;color:black !important;} -menu menu:hover{-moz-appearance: none;background:lightgrey !important} \ No newline at end of file +/* toolbar style */ +toolbar{ + -moz-appearance:none !important; + background: url('../image/fade.png'); + border-bottom:1px solid #888; +} + +/* sidebar styles */ +tree{ + -moz-appearance: none !important; + border:0px solid black; + 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 #888; +} + +/* menubar styles */ +menubar{ + -moz-appearance:none !important; + background: url('../image/bg_titel.gif'); + border:0px; +} + +menu, +menuitem{ + font:12px Arial; +} + +menu menu{ + -moz-appearance: none !important; + color:white; + background: #35a; +} + +menubar menu{ + -moz-appearance: none !important; + color:white; +} + +menubar menu:hover{ + -moz-appearance:none !important; + background:#46d; + color:yellow; +} + +/* are splitter & iframe in use currently? */ +splitter{ + -moz-appearance:none !important; + background:white url('../image/fade.png') no-repeat !important; + border:0px; +} +iframe{ + border-left:1px solid #888 !important; +}