This commit is contained in:
Kibi Kelburton 2021-12-11 19:33:53 +01:00
parent 84aaca1df0
commit 73d9e8dd44
2 changed files with 10 additions and 1 deletions

View File

@ -100,5 +100,14 @@ https://github.com/matrix-org/matrix-react-sdk/blob/57fae019917bd309ef65e4599d06
*/
.mx_Tooltip {
background-color: var(--roomlist-background-color,#21262C)!important;
/* margin-top: -3px!important; */
}
.mx_Dialog {
box-shadow: unset!important;
border: 1px solid var(--roomlist-highlights-color,black)!important;
border-radius: 0!important;
}
.mx_textinput_icon.mx_textinput_search {
border: 1px solid rgba(64,68,75,.21176470588235294) !important;
}