updated StateSelector: now utilizes buttons instead of dropdown

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-28 15:38:27 +01:00
parent 9882054343
commit f26360edda
2 changed files with 25 additions and 2 deletions

View File

@@ -130,6 +130,10 @@ tr:hover a{
color: orange;
}
.states .active{
background: yellow;
}
.taglist .tag{
border-color: orange;
}