mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 23:59:39 +01:00
Fix drag hover over color does not work on hierarchical folders
This commit is contained in:
parent
b0de2d57a6
commit
5e30ceb669
@ -1531,7 +1531,7 @@ option:checked {
|
|||||||
color: #ff0000;
|
color: #ff0000;
|
||||||
}
|
}
|
||||||
.drop-hover {
|
.drop-hover {
|
||||||
background-color: #ffdd73;
|
background-color: #ffdd73 !important;
|
||||||
}
|
}
|
||||||
.ui-icon-close {
|
.ui-icon-close {
|
||||||
/*visibility: hidden;*/
|
/*visibility: hidden;*/
|
||||||
|
@ -183,7 +183,7 @@ option:checked {background-color: @egw_color_1_e;}
|
|||||||
}
|
}
|
||||||
|
|
||||||
// used in mail for drag and drop mails
|
// used in mail for drag and drop mails
|
||||||
.drop-hover {background-color: @egw_color_1_e;}
|
.drop-hover {background-color: @egw_color_1_e !important;}
|
||||||
|
|
||||||
.ui-icon-close{
|
.ui-icon-close{
|
||||||
/*visibility: hidden;*/
|
/*visibility: hidden;*/
|
||||||
|
Loading…
Reference in New Issue
Block a user