mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
fix droptarget
This commit is contained in:
parent
6212e805d2
commit
13c1829cd4
1 changed files with 2 additions and 1 deletions
|
@ -223,7 +223,8 @@ $progressbar-color: #000;
|
|||
color: rgba(255, 255, 255, 0.6) ! important;
|
||||
}
|
||||
|
||||
.mx_RoomList_emptySubListTip {
|
||||
.mx_RoomList_emptySubListTip,
|
||||
.mx_RoomDropTarget {
|
||||
font-size: 14px ! important;
|
||||
border: 1.5px dashed rgba(0,0,0,0.2) ! important;
|
||||
color: #fff ! important;
|
||||
|
|
Loading…
Reference in a new issue