From: Sven Schöling Date: Tue, 29 Apr 2008 14:57:48 +0000 (+0000) Subject: XUL Menue an das Lx-Office Schema angepasst. X-Git-Tag: release-2.6.0beta1~155 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f0135672739e57d551c18ae051be63448a2de86a;p=kivitendo-erp.git XUL Menue an das Lx-Office Schema angepasst. --- diff --git a/xslt/style1.css b/xslt/style1.css index aa11ca16d..182fb6529 100644 --- a/xslt/style1.css +++ b/xslt/style1.css @@ -1,13 +1,67 @@ -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: 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 +} -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 +/* 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 black +} + +/* menubar styles */ +menubar{ + -moz-appearance:none !important; + background: url('../image/bg_titel.gif'); + border:0px +} +menu, +menuitem{ + font:12px Arial; +} +menu menuitem, +menu menu{ + padding:2px +} +menubar menu, +menubar menuitem{ + -moz-appearance: none !important; + color:white +} +menubar menu:hover, +menubar menuitem:hover{ + -moz-appearance:none !important; + background:lightblue; + color:red +} +menu menu, +menu menuitem{ + -moz-appearance: none !important; + color:black +} +menu menu:hover, +menu menuitem:hover{ + -moz-appearance:none !important; + background:lightgrey; + color:red +} diff --git a/xslt/xulmenu.xsl b/xslt/xulmenu.xsl index f5aca7c18..1aedda1e9 100644 --- a/xslt/xulmenu.xsl +++ b/xslt/xulmenu.xsl @@ -100,7 +100,20 @@ name="xml-stylesheet">href="xslt/style1.css" type="text/css" - + + + + + + + + + + + + + +