Pārlūkot izejas kodu

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

Fix white List color and define Silver in CSS instead of leaving it unset
Lauri Ojansivu 1 gadu atpakaļ
vecāks
revīzija
69a2a76b2e

+ 1 - 2
client/components/lists/list.css

@@ -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;

+ 1 - 1
client/components/swimlanes/swimlanes.css

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