small gui changes

This commit is contained in:
2026-05-12 16:15:24 +02:00
parent a6318d7a2f
commit fccf019fe7
3 changed files with 36 additions and 7 deletions
+15
View File
@@ -336,5 +336,20 @@ input.v-slider {
}
.blink {
animation: blink 3s infinite both;
}
@keyframes blink {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}