1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-03-05 06:29:38 +05:00
JaBa/dashboard/public/build/less/datepicker.less
2022-01-04 02:18:28 +05:00

22 lines
No EOL
345 B
Text

.box {
.datepicker-inline {
&,
.datepicker-days {
&,
> table {
width: 100%;
td {
&:hover {
background-color: rgba(255, 255, 255, .3);
}
&.day {
&.old,
&.new {
color: #777;
}
}
}
}
}
}
}