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