Reverting "Ersatz fuer kvitendo css - ist mit nosi abgesprochen - entspricht...
[kivitendo-erp.git] / css / kivitendo / dhtmlsuite / menu-item.css
index 7202b44..5f75312 100644 (file)
@@ -2,66 +2,41 @@
 \r
 .DHTMLSuite_menuItem_top_regular,.DHTMLSuite_menuItem_top_over,.DHTMLSuite_menuItem_top_click,.DHTMLSuite_menuItem_top_disabled,.DHTMLSuite_menuItem_top_active{\r
        height:19px;\r
+       line-height:16px;\r
+       margin-right:2px;\r
+       margin-top:1px;\r
+       padding-left:4px;\r
+       padding-right:4px;\r
+       padding-top:2px;\r
+       padding-bottom:2px;\r
 }\r
 .DHTMLSuite_menuItem_top_regular div,.DHTMLSuite_menuItem_top_over div,.DHTMLSuite_menuItem_top_click div,.DHTMLSuite_menuItem_top_disabled div,.DHTMLSuite_menuItem_top_active div{\r
        padding-top:2px;\r
        padding-bottom:2px;\r
 }\r
 .DHTMLSuite_menuItem_top_regular{      /* Top level menu item - Regular state */\r
-       padding-left:4px;\r
-       padding-right:4px;\r
-       margin-right:2px;\r
-       padding-top:1px;\r
-       padding-bottom:1px;\r
        cursor:pointer;\r
-       line-height:16px;\r
-       margin-top:2px;\r
 }\r
 \r
 .DHTMLSuite_menuItem_top_over{ /* Top level menu item - Mouse over state */\r
-       padding-left:3px;\r
-       padding-right:3px;\r
-       margin-right:2px;\r
-       border:1px solid #000;\r
-       color:#000;\r
-       background-color:#bec6a2;\r
+       color:#FE5F14;\r
+       background-color:#D1D1D1;\r
        cursor:pointer;\r
-       line-height:16px;\r
-       margin-top:2px;\r
 }\r
 \r
 .DHTMLSuite_menuItem_top_active{       /* Top level menu item - Active state - this is typical the state for menu item 1 when a sub group is expanded and the mouse is located over one of the sub menu items */\r
-       padding-left:3px;\r
-       padding-right:3px;\r
-       margin-right:2px;\r
-       border:1px solid #000;\r
-       border-bottom:1px solid #FFF;\r
        cursor:pointer;\r
-       line-height:16px;\r
-       margin-top:2px;\r
 }\r
 \r
 .DHTMLSuite_menuItem_top_click{        /* Top level menu item - Mouse click state */\r
-       padding-left:3px;\r
-       padding-right:3px;\r
-       margin-right:2px;\r
-       border:1px solid #000;\r
-       background-color:#bec6a2;\r
+       color:#FE5F14;\r
+       background-color:#D1D1D1;\r
        cursor:pointer;\r
-       line-height:16px;\r
-       margin-top:2px;\r
        z-index:20000;\r
 }\r
 \r
 .DHTMLSuite_menuItem_top_disabled{     /* Disabled menu item */\r
-       padding-left:4px;\r
-       padding-right:4px;\r
-       margin-right:2px;\r
-       padding-top:1px;\r
-       padding-bottom:1px;\r
        cursor:default;\r
-       line-height:16px;\r
-       margin-top:2px;\r
 }\r
 \r
 .DHTMLSuite_menuItem_top_disabled img,.DHTMLSuite_menuItem_top_disabled div{   /* Sub divs of disabled top level items. A menu item is a div with some subdivs(one for the icon, one for text etc.). this is the css for these sub divs */\r
        -khtml-opacity:.4;      /* Transparency */\r
 }\r
 .DHTMLSuite_menuItem_sub_regular,.DHTMLSuite_menuItem_sub_disabled{    /* Regular menu item */\r
-       margin-left:2px;        /* size of margin above + 1 pixel */\r
-       padding-top:3px;        /* Size of padding-top above + 1 pixel */\r
-       padding-bottom:3px;     /* Size of padding-bottom above + 1 pixel */\r
 }\r
 \r
 .DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_active{\r
-       border:1px solid #006;  /* Border around mouse over items, click items and active items */\r
 }\r
 \r
 .DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_active{ /* Mouse over effect */\r
-       background-color:#bec6a2;               /* Background color of mouse over items and active items(Active item = parent elements of the menu item the mouse is currently over */\r
+       color:#FE5F14;\r
+       background-color:#D1D1D1;\r
 }\r
 \r
 .DHTMLSuite_menuItem_sub_click{        /* Mouse click effect */\r
-       background-color:#bec6a2;       /* Background color when the mouse button is pressed down on a menu item */\r
+       color:#FE5F14;\r
+       background-color:#D1D1D1;\r
 }\r
 \r
 .DHTMLSuite_menuItem_sub_click div, .DHTMLSuite_menuItem_sub_regular div,.DHTMLSuite_menuItem_sub_over div,.DHTMLSuite_menuItem_sub_active div,.DHTMLSuite_menuItem_sub_disabled div{  /* divs for the text,icon and arrow of a menu item */\r
        margin-bottom:1px;      /* Space below the separator */\r
        margin-left:24px;       /* left margin because we don't want the separator to cover the gradient */\r
        padding-right:3px;      /* space at the right of the separator */\r
-       background-color:#6A8CCB;       /* background color for the separator - blue */\r
+       color:#FE5F14;\r
+       background-color:#D1D1D1;\r
 }\r
 \r
 .DHTMLSuite_menuItem_textContent\r
 {\r
+  border-bottom-style: none !important;\r
+  background-color: inherit !important;\r
   color: inherit !important;\r
 }\r