FSN#43130 vergrootglas kleur + expire kleuren

svn path=/Website/branches/v2017.2/; revision=35467
This commit is contained in:
Ruud Lipper
2017-09-27 13:12:25 +00:00
parent 6512cc21d8
commit 9b180d0b3e

View File

@@ -20,3 +20,20 @@
.d_22 { /* CAB*/
border-left: 12px solid #AB1455;
}
.headerToggle i, .headerToggle:hover i {
color: #fff;
}
tr.expired2 td, tr.expired1 td {
color: #222;
background-image: none;
}
tr.expired2 td {
background: linear-gradient(to top, rgba(255, 199, 207, 0.1), rgba(255, 199, 207, 0.03) 50%); /*#FFC7CE*/
}
tr.expired1 td {
background: linear-gradient(to top, rgba(255, 254, 156, 0.15), rgba(255, 254, 156, 0.05) 50%);
}