More design adjustments
All checks were successful
docker-image / docker (push) Successful in 1m15s

This commit is contained in:
Stefan Bethke 2025-05-30 17:17:46 +02:00
commit e03e9e70a6

View file

@ -58,6 +58,7 @@ body {
padding: 0.1rem 0.5rem;
border-radius: 2rem;
background-color: white;
color: black;
}
.lock__line button.lock__button__lock {
@ -70,6 +71,7 @@ body {
.lock__line button.lock__button__lock:disabled, .lock__line button.lock__button__unlock:disabled {
background-color: #ccc;
color: #444;
}
.lock__line .lock__state-icon {