mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix checkbox css
This commit is contained in:
parent
a61afa0f31
commit
40d2018c17
@ -47,6 +47,7 @@ limitations under the License.
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
.mx_RoomSettings input,
|
.mx_RoomSettings input,
|
||||||
.mx_RoomSettings textarea {
|
.mx_RoomSettings textarea {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -56,6 +57,11 @@ limitations under the License.
|
|||||||
padding: 9px;
|
padding: 9px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
.mx_RoomSettings .mx_RoomSettings_tags input[type="checkbox"] {
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomSettings .mx_RoomSettings_roomColor {
|
.mx_RoomSettings .mx_RoomSettings_roomColor {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -134,10 +140,6 @@ limitations under the License.
|
|||||||
border-radius: 120px;
|
border-radius: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSettings input[type="file"] {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_RoomSettings_buttons {
|
.mx_RoomSettings_buttons {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
Loading…
Reference in New Issue
Block a user