mirror of https://github.com/ColorlibHQ/AdminLTE
fixed today mark in datepicker inline in card with bg-*
parent
e4970b6c30
commit
7dd7bce535
|
@ -52,6 +52,10 @@
|
||||||
color: color-yiq($color);
|
color: color-yiq($color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table td.today::before {
|
||||||
|
border-bottom-color: color-yiq($color);
|
||||||
|
}
|
||||||
|
|
||||||
table td.active,
|
table td.active,
|
||||||
table td.active:hover {
|
table td.active:hover {
|
||||||
background: lighten($color, 10%);
|
background: lighten($color, 10%);
|
||||||
|
|
Loading…
Reference in New Issue