File: /var/www/html/newjapanetiquetas.com.br/web/docs/styles/less/plugins/daterangepicker.less
/* $daterangepicker
------------------------------------------*/
.daterangepicker {
display: none;
.opacity(1);
visibility: visible;
.rounded(@border-radius-base);
font-size: @font-size-base;
.box-shadow(0 1px 1px fade(@border-color, 30%));
margin-top: -0.0625rem;
.ranges .input-mini {
background-color: transparent;
border-color: @border-color;
.rounded(@border-radius-base);
color: @text-color;
}
.calendar-date {
.rounded(@border-radius-base);
border-color: @border-color;
}
td.available + td.start-date {
border-radius: @border-radius-base 0 0 @border-radius-base;
}
td.in-range + td.end-date {
border-radius: 0 @border-radius-base @border-radius-base 0;
}
td.available:hover,
th.available:hover {
background: @brand-default;
}
td.active,
td.active:hover {
background-color: @brand-primary;
border-color: @brand-primary;
color: #fff;
}
td,
th {
.rounded(@border-radius-base);
}
.calendar th,
.calendar td {
font-family: inherit;
}
td.start-date.end-date {
.rounded(@border-radius-base)!important;
}
.ranges li {
background: @border-color;
border-color: @border-color;
color: @text-color;
.rounded(@border-radius-base);
}
.ranges li.active,
.ranges li:hover {
background: @brand-primary;
border-color: @brand-primary;
}
}