css: fix broken popup colorpicker chatAndUsers

This commit is contained in:
Sebastian Castro 2020-04-07 09:50:34 +02:00 committed by muxator
parent eb0d8839c2
commit 71a3579ae7
3 changed files with 15 additions and 6 deletions

View file

@ -2,14 +2,23 @@ table#otheruserstable {
margin-top: 20px;
}
.popup#users.chatAndUsers .popup-content {
.popup#users.chatAndUsers > .popup-content {
padding: 20px 10px;
height: 250px;
background-color: white;
color: #374256;
border-left: none;
transition: none;
}
.popup#users.chatAndUsers .popup-content {
background-color: white;
color: #374256;
}
.popup#users.chatAndUsers #mycolorpicker.popup {
right: calc(100% + 30px);
top: 15px;
}
.popup#users.chatAndUsers #mycolorpicker.popup .btn-default {
color: #374256;
}
#otheruserstable .swatch {
border: none !important;