visa_app/assets/build/less/datepicker.less
venbatechnologies@gmail.com 7d75371b83 visa UI design
2018-07-28 18:54:50 +05:30

22 lines
345 B
Plaintext
Executable File

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