forked from matrix/element-web
no more textarea in roomsettings
This commit is contained in:
parent
762dd69f0a
commit
531aa153bb
|
@ -52,7 +52,7 @@ a:visited {
|
||||||
color: #76cfa6;
|
color: #76cfa6;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text]:focus, textarea:focus, .mx_RoomSettings textarea:focus {
|
input[type=text]:focus, textarea:focus {
|
||||||
border: 1px solid #76CFA6;
|
border: 1px solid #76CFA6;
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
Loading…
Reference in New Issue