Merge branch 'module/projects' into dev

This commit is contained in:
2025-11-26 09:12:26 +01:00
2 changed files with 8 additions and 0 deletions

View File

@@ -139,6 +139,10 @@ tr:hover .taglist .tag button {
color: red;
}
.states .active{
background: red;
}
.taglist .tag{
border-color: red;
}

View File

@@ -124,6 +124,10 @@ tr:hover .taglist .tag button {
border-color: blue;
}
.states .active{
background: #dfe4ff;
}
.taglist .tag{
border-color: blue;
}