Fix drag hover over color does not work on hierarchical folders

This commit is contained in:
Hadi Nategh 2015-11-05 15:03:35 +00:00
parent b0de2d57a6
commit 5e30ceb669
2 changed files with 2 additions and 2 deletions

View File

@ -1531,7 +1531,7 @@ option:checked {
color: #ff0000;
}
.drop-hover {
background-color: #ffdd73;
background-color: #ffdd73 !important;
}
.ui-icon-close {
/*visibility: hidden;*/

View File

@ -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;}
.drop-hover {background-color: @egw_color_1_e !important;}
.ui-icon-close{
/*visibility: hidden;*/