mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
20 lines
390 B
SCSS
Vendored
20 lines
390 B
SCSS
Vendored
.vdp-datepicker__calendar .cell {
|
|
|
|
&:not(.blank):not(.disabled)
|
|
{
|
|
&.day:hover,
|
|
&.month:hover,
|
|
&.year:hover {
|
|
border: 1px solid $ls-color-primary !important;
|
|
}
|
|
}
|
|
|
|
&.selected {
|
|
background: $ls-color-primary !important;
|
|
}
|
|
|
|
&.highlighted {
|
|
background:lighten($ls-color-primary,25%) !important;
|
|
}
|
|
}
|