Room Management In Settings

This commit is contained in:
JonatanRek
2019-11-22 15:09:22 +01:00
parent 2fdc1b5bcc
commit 88152ebeae
3 changed files with 51 additions and 3 deletions

View File

@@ -13,4 +13,9 @@ table.table th {
text-align: left;
background-color: #121a2b;
color: white;
}
}
button:disabled,
button[disabled] {
opacity: .4;
}