station filters active indicator

This commit is contained in:
2023-09-02 18:53:23 +02:00
parent 1550849360
commit d4438fd215
3 changed files with 14 additions and 16 deletions
+9
View File
@@ -138,6 +138,15 @@ input {
padding: 0.35em 0;
}
.active-indicator {
width: 7px;
height: 7px;
background-color: lightgreen;
border-radius: 50%;
margin-left: 10px;
}
a {
display: inline-block;