3-arg open: Mode für zu öffnende Pipes separat sichern
[kivitendo-erp.git] / xslt / style1.css
index 182fb65..21130e5 100644 (file)
@@ -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;
 }