Merge pull request #5400 from C0rn3j/fix-white-list-color

Fix white List color and define Silver in CSS instead of leaving it unset
This commit is contained in:
Lauri Ojansivu 2024-05-04 23:01:05 +03:00 committed by GitHub
commit 69a2a76b2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -324,7 +324,6 @@
}
.list-header-white {
border-bottom: 6px solid #fff;
border: 1px solid #eee;
}
.list-header-green {
border-bottom: 6px solid #3cb500;
@ -357,7 +356,7 @@
border-bottom: 6px solid #51e898;
}
.list-header-silver {
border-bottom: 6px solid unset;
border-bottom: 6px solid #e4e4e4;
}
.list-header-peachpuff {
border-bottom: 6px solid #ffdab9;

View file

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