1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

banlist & config fixes

This commit is contained in:
Marek Farkaš
2025-01-11 20:30:57 +01:00
parent 4d3380f068
commit 49c6e08b98
9 changed files with 157 additions and 156 deletions

View File

@@ -112,6 +112,10 @@ label {
margin-right: 5px;
}
table .form-group {
margin: 0;
}
#settings, #back-btn, #users-online-container {
background: transparent;
border: 0;

View File

@@ -210,6 +210,10 @@
background-color: var(--color-2) !important;
}
table .input-text {
background-color: var(--color-1) !important;
}
.pointer {
cursor: pointer;
}