From 7431f0c25a443ef20f1bc66840b3060821fffca1 Mon Sep 17 00:00:00 2001 From: milan Date: Thu, 19 Sep 2024 13:05:53 +0200 Subject: [PATCH] fix mail drop-hover sometimes caused tree background to be yellow when dragged to the wrong place --- pixelegg/css/fancy.css | 3 --- pixelegg/css/pixelegg.css | 3 --- pixelegg/less/jquery-ui.less | 2 +- pixelegg/mobile/fw_mobile.css | 18 ------------------ 4 files changed, 1 insertion(+), 25 deletions(-) diff --git a/pixelegg/css/fancy.css b/pixelegg/css/fancy.css index fbf1705cfa..1399c6d763 100644 --- a/pixelegg/css/fancy.css +++ b/pixelegg/css/fancy.css @@ -1339,9 +1339,6 @@ option:checked { .ui-widget-header .ui-state-error-text { color: #FF0000; } -.drop-hover { - background-color: #FFDD73; -} .ui-icon-close { background-image: url("../../node_modules/bootstrap-icons/icons/x-square.svg"); background-repeat: no-repeat; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index fd78191cf8..ab42f186b0 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -1332,9 +1332,6 @@ option:checked { .ui-widget-header .ui-state-error-text { color: #FF0000; } -.drop-hover { - background-color: #FFDD73; -} .ui-icon-close { background-image: url("../../node_modules/bootstrap-icons/icons/x-square.svg"); background-repeat: no-repeat; diff --git a/pixelegg/less/jquery-ui.less b/pixelegg/less/jquery-ui.less index 9979a19561..5c7f7dd9a3 100755 --- a/pixelegg/less/jquery-ui.less +++ b/pixelegg/less/jquery-ui.less @@ -192,7 +192,7 @@ option:checked {background-color: @color_hover_row;} } // used in mail for drag and drop mails -.drop-hover {background-color: @egw_color_1_e} +//.drop-hover {background-color: @egw_color_1_e} .ui-icon-close{ background-image: url("../../node_modules/bootstrap-icons/icons/x-square.svg"); diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index e6b50b5fcc..089957dba7 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -1353,9 +1353,6 @@ option:checked { .ui-widget-header .ui-state-error-text { color: #FF0000; } -.drop-hover { - background-color: #FFDD73; -} .ui-icon-close { background-image: url("../../node_modules/bootstrap-icons/icons/x-square.svg"); background-repeat: no-repeat; @@ -9345,21 +9342,6 @@ table.egwGridView_grid img.et2_appicon { width: 32px !important; height: 32px !important; } - body input[type="checkbox"]:before { - content: ""; - width: 32px; - height: 32px; - background-image: url(../../node_modules/bootstrap-icons/icons/square.svg) !important; - display: inline-block; - background-repeat: no-repeat; - background-size: 31px; - margin-left: -5px; - } - body input[type="checkbox"]:checked { - background-image: url(../../node_modules/bootstrap-icons/icons/square.svg) !important; - width: 32px !important; - height: 32px !important; - } body .et2_label.et2_checkbox_label { line-height: 32px; vertical-align: middle;