do things

This commit is contained in:
Schrottkatze 2024-09-26 19:15:58 +02:00
commit f903d1b45e
No known key found for this signature in database
11 changed files with 47 additions and 26 deletions

View file

@ -22,12 +22,16 @@ label {
border-bottom-left-radius: 0;
}
.traveldings progressbar progress {
.traveldings progressbar.traveldings_live progress {
background-color: #79740e;
border-bottom-left-radius: 0;
}
.traveldings progressbar.traveldings_disconnected progress {
background-color: #cc241d;
}
.traveldingsWindow {
border-radius: 15px;
}
}