mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Do not leave silver color unset in Swimlane and List CSS
This commit is contained in:
parent
3f366844e2
commit
7fd894f33d
2 changed files with 2 additions and 2 deletions
|
@ -356,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;
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
color: #4d4d4d !important;
|
||||
}
|
||||
.swimlane-silver {
|
||||
background: unset !important;
|
||||
background: #ccc !important;
|
||||
color: #4d4d4d !important;
|
||||
}
|
||||
.swimlane-peachpuff {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue