X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fdhtmlsuite%2Fmenu-item.css;h=8bfe131f97f37527b0cbcdff0b06e5254b553d0c;hb=1d99e3e9537f75342a9f20f1e89a3e8cb4bb5444;hp=c3a09f0890fff367e60e7e0cb764865ed231d43d;hpb=667da13fe922194e3dbbaa30662754b30e4ca826;p=kivitendo-erp.git diff --git a/css/kivitendo/dhtmlsuite/menu-item.css b/css/kivitendo/dhtmlsuite/menu-item.css index c3a09f089..8bfe131f9 100644 --- a/css/kivitendo/dhtmlsuite/menu-item.css +++ b/css/kivitendo/dhtmlsuite/menu-item.css @@ -20,7 +20,7 @@ .DHTMLSuite_menuItem_top_over{ /* Top level menu item - Mouse over state */ color:#FE5F14; - background-color:#D1D1D1; + background-color:whitesmoke; cursor:pointer; } @@ -30,7 +30,7 @@ .DHTMLSuite_menuItem_top_click{ /* Top level menu item - Mouse click state */ color:#FE5F14; - background-color:#D1D1D1; + background-color:whitesmoke; cursor:pointer; z-index:20000; } @@ -119,12 +119,12 @@ .DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_active{ /* Mouse over effect */ color:#FE5F14; - background-color:#D1D1D1; + background-color:whitesmoke; } .DHTMLSuite_menuItem_sub_click{ /* Mouse click effect */ color:#FE5F14; - background-color:#D1D1D1; + background-color:whitesmoke; } .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 */ @@ -152,7 +152,7 @@ margin-left:24px; /* left margin because we don't want the separator to cover the gradient */ padding-right:3px; /* space at the right of the separator */ color:#FE5F14; - background-color:#D1D1D1; + background-color:whitesmoke; } .DHTMLSuite_menuItem_textContent