related to #1265 UserPopIn group item colored better

This commit is contained in:
Matthieu Leproux
2021-05-21 10:16:19 +02:00
parent cfa333a381
commit 6a486ffbf3
+2 -2
View File
@@ -1788,7 +1788,7 @@ update_selection_content();
#GuestUserList .item,
#GuestUserList .item.active {
background-image:none;
background-color: #ffd2a1;
background-color: #ffa646;
border-color: transparent;
border-radius: 20px;
@@ -1805,7 +1805,7 @@ update_selection_content();
}
#UserList .item .remove:hover,
#GuestUserList .item .remove:hover {
background-color: #ffaf58;
background-color: #ff7700;
}
/* selection panel */