mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix mail drop-hover sometimes caused tree background to be yellow when dragged to the wrong place
This commit is contained in:
parent
5b797f9cf4
commit
7431f0c25a
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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");
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user