Files
crew_admin/public/bower_components/admin-lte/build/less/datepicker.less
Frank John Begornia d225ff22d4 initial commit
2019-10-29 19:29:28 +08:00

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;
}
}
}
}
}
}
}