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

ID improvements + console feed + ui changes

This commit is contained in:
NoobishSVK
2024-02-06 22:22:06 +01:00
parent e7f31fbc40
commit 7c4912a12d
10 changed files with 126 additions and 20 deletions

View File

@@ -64,6 +64,10 @@ label {
display: none;
}
#data-station-name {
font-size: 20px;
}
.form-group {
float: left;
margin-bottom: 10px;
@@ -71,7 +75,7 @@ label {
margin-right: 5px;
}
#settings, #back-btn {
#settings, #back-btn, #users-online-container {
background: transparent;
border: 0;
color: white;
@@ -88,10 +92,14 @@ label {
cursor: pointer;
}
#settings:hover, #back-btn:hover {
#settings:hover, #back-btn:hover, #users-online-container:hover {
background: var(--color-3);
}
#users-online-container {
top: 80px;
}
#back-btn {
left: 15px;
right: auto;
@@ -115,6 +123,10 @@ label {
display: none;
}
#login-form {
padding: 5px;
}
.checkbox input[type="checkbox"] {
padding: 0;
height: initial;

View File

@@ -84,6 +84,13 @@ input[type="range"] {
background: transparent;
}
input[type="range"]::after {
width: 100px;
height: 100px;
background: blue;
}
/* Track: Mozilla Firefox */
input[type="range"]::-moz-range-track {
height: 48px;

View File

@@ -157,6 +157,10 @@
background-color: var(--color-2) !important;
}
.pointer {
cursor: pointer;
}
@media only screen and (max-width: 960px) {
.text-medium-big {
font-size: 32px;