Do not leave silver color unset in Swimlane and List CSS

This commit is contained in:
Martin Rys 2024-05-04 21:59:05 +02:00
parent 3f366844e2
commit 7fd894f33d
2 changed files with 2 additions and 2 deletions

View file

@ -356,7 +356,7 @@
border-bottom: 6px solid #51e898; border-bottom: 6px solid #51e898;
} }
.list-header-silver { .list-header-silver {
border-bottom: 6px solid unset; border-bottom: 6px solid #e4e4e4;
} }
.list-header-peachpuff { .list-header-peachpuff {
border-bottom: 6px solid #ffdab9; border-bottom: 6px solid #ffdab9;

View file

@ -157,7 +157,7 @@
color: #4d4d4d !important; color: #4d4d4d !important;
} }
.swimlane-silver { .swimlane-silver {
background: unset !important; background: #ccc !important;
color: #4d4d4d !important; color: #4d4d4d !important;
} }
.swimlane-peachpuff { .swimlane-peachpuff {