fix mail drop-hover sometimes caused tree background to be yellow when dragged to the wrong place

This commit is contained in:
milan 2024-09-19 13:05:53 +02:00
parent 5b797f9cf4
commit 7431f0c25a
4 changed files with 1 additions and 25 deletions

View File

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

View File

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

View File

@ -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");

View File

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