mirror of https://gitee.com/zorlan/skycaiji
22 lines
345 B
Plaintext
22 lines
345 B
Plaintext
|
.box {
|
||
|
.datepicker-inline {
|
||
|
&,
|
||
|
.datepicker-days {
|
||
|
&,
|
||
|
> table {
|
||
|
width: 100%;
|
||
|
td {
|
||
|
&:hover {
|
||
|
background-color: rgba(255, 255, 255, .3);
|
||
|
}
|
||
|
&.day {
|
||
|
&.old,
|
||
|
&.new {
|
||
|
color: #777;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|