From dc809397758bc224a23ed051691d65f601f29277 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 3 Apr 2019 11:36:05 +0200 Subject: [PATCH] Make the same new color style for contextmenu hover --- pixelegg/css/mobile.css | 2 +- pixelegg/css/monochrome.css | 2 +- pixelegg/css/pixelegg.css | 2 +- pixelegg/less/layout_dhtmlSubmenu.less | 4 ++-- pixelegg/mobile/fw_mobile.css | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index f42f89dc2a..4e84ea4fd3 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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 { diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index bd9c433e81..d672e60bf7 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -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 { diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 317efa6ff4..04233778d6 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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 { diff --git a/pixelegg/less/layout_dhtmlSubmenu.less b/pixelegg/less/layout_dhtmlSubmenu.less index 4a1aefbd11..e288550d2e 100644 --- a/pixelegg/less/layout_dhtmlSubmenu.less +++ b/pixelegg/less/layout_dhtmlSubmenu.less @@ -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 { diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 92b45d02e0..ee981abc07 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -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 {