mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-23 13:44:59 +05:00
22 lines
345 B
Text
22 lines
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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|