mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Make the same new color style for contextmenu hover
This commit is contained in:
parent
08ac18c4db
commit
dc80939775
@ -2867,7 +2867,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
|
||||
color: #373f3f;
|
||||
}
|
||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
|
||||
background-color: #ffc200 !important;
|
||||
background-color: rgba(153, 204, 255, 0.4) !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_sep {
|
||||
|
@ -2856,7 +2856,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
|
||||
color: #373f3f;
|
||||
}
|
||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
|
||||
background-color: #ffc200 !important;
|
||||
background-color: rgba(153, 204, 255, 0.4) !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_sep {
|
||||
|
@ -2867,7 +2867,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
|
||||
color: #373f3f;
|
||||
}
|
||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
|
||||
background-color: #ffc200 !important;
|
||||
background-color: rgba(153, 204, 255, 0.4) !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_sep {
|
||||
|
@ -30,7 +30,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon{
|
||||
td.sub_item_icon {
|
||||
|
||||
}
|
||||
background-color: @egw_color_1_a !important;
|
||||
background-color: @color_hover_row !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
div.sub_sep {
|
||||
|
@ -2878,7 +2878,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
|
||||
color: #373f3f;
|
||||
}
|
||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
|
||||
background-color: #ffc200 !important;
|
||||
background-color: rgba(153, 204, 255, 0.4) !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_sep {
|
||||
|
Loading…
Reference in New Issue
Block a user