Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / css / lx-office-erp / dhtmlsuite / menu-bar.css
index d08f358..4a2bd64 100644 (file)
 ************************************************************************************************************/\r
 \r
 .DHTMLSuite_menuBar_top{       /* The bar that is parent of the menu strip */\r
-       color:#FFF;\r
-       height:26px;\r
-       width:100%;\r
-       background-repeat:repeat-x;\r
-       font-family: sans-serif, Verdana, Arial, Helvetica;\r
-       font-size:12px;\r
-       z-index:100000;\r
-       padding-left:10px;\r
-/*     background-image:url('../../../image/dhtmlsuite/menu_strip_bg.jpg');*/\r
-       background-image:url('../../../image/bg_css_menu.png');\r
+  position: fixed;\r
+  height: 26px;\r
+  width: 100%;\r
+  z-index: 100;\r
+  padding-left: 10px;\r
+  background-color: #d0cfc9;\r
 }\r
 \r
 .DHTMLSuite_menuBar_sub{\r
-       position:absolute;\r
-       background-color:#FFF;\r
-       border:1px solid #000;\r
-       background-image:url('../../../image/dhtmlsuite/menu-bar-gradient.jpg');        /* Background image for sub menu items */\r
-       background-repeat:repeat-y;\r
-       background-position: left center;\r
-       display:inline;\r
+  position: fixed;\r
+  background-color: #FFF;\r
+  border: 1px solid #000;\r
+  display: inline;\r
 }\r
 \r