Make the same new color style for contextmenu hover

This commit is contained in:
Hadi Nategh 2019-04-03 11:36:05 +02:00
parent 08ac18c4db
commit dc80939775
5 changed files with 6 additions and 6 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -28,9 +28,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon{
}
tr.sub_item_selected {
td.sub_item_icon {
}
background-color: @egw_color_1_a !important;
background-color: @color_hover_row !important;
background-image: none !important;
}
div.sub_sep {

View File

@ -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 {