mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01: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;
|
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;
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue