diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 5aecdf0a36..d87dc71495 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -6048,6 +6048,9 @@ table.egwGridView_grid tr.subentry { table.egwGridView_grid tr.subentry:hover { background: #ffdd73 !important; } +table.egwGridView_grid tr.drop-hover { + background: #ffdd73 !important; +} table.egwGridView_grid span.arrow { -moz-user-select: none; background-repeat: no-repeat; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 1b38513300..4fba3ec840 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -1531,7 +1531,7 @@ option:checked { color: #ff0000; } .drop-hover { - background-color: #ffdd73 !important; + background-color: #ffdd73; } .ui-icon-close { /*visibility: hidden;*/ @@ -6037,6 +6037,9 @@ table.egwGridView_grid tr.subentry { table.egwGridView_grid tr.subentry:hover { background: #ffdd73 !important; } +table.egwGridView_grid tr.drop-hover { + background: #ffdd73 !important; +} table.egwGridView_grid span.arrow { -moz-user-select: none; background-repeat: no-repeat; diff --git a/pixelegg/less/jquery-ui.less b/pixelegg/less/jquery-ui.less index e7871ffb87..786be7091c 100755 --- a/pixelegg/less/jquery-ui.less +++ b/pixelegg/less/jquery-ui.less @@ -183,7 +183,7 @@ option:checked {background-color: @egw_color_1_e;} } // used in mail for drag and drop mails -.drop-hover {background-color: @egw_color_1_e !important;} +.drop-hover {background-color: @egw_color_1_e} .ui-icon-close{ /*visibility: hidden;*/ diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index 730641664a..03d8f059f1 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -327,7 +327,10 @@ table.egwGridView_grid{ &:hover {background: @color_selected_row !important;} } - + + tr.drop-hover { + background: @color_selected_row !important; + } span.arrow { -moz-user-select: none;