fixed today mark in datepicker inline in card with bg-*

pull/2197/head
REJack 2019-08-19 12:09:46 +02:00
parent e4970b6c30
commit 7dd7bce535
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@
color: color-yiq($color);
}
table td.today::before {
border-bottom-color: color-yiq($color);
}
table td.active,
table td.active:hover {
background: lighten($color, 10%);