causeway-standard-theme
Version:
46 lines (39 loc) • 738 B
text/less
/*!
* Timepicker for Bootstrap
*
*/
.timepicker {
padding: 0;
}
.bootstrap-timepicker-widget {
&.dropdown-menu {
border: 1px solid @black080;
z-index: 4040;
&:after {
border-bottom-color: @black080;
border-top: 0;
}
&.timepicker-orient-bottom {
&:after, &:before {
border-top-color: @black080;
}
}
&.timepicker-orient-top {
&:after &:before {
border-bottom-color: @black080;
}
}
table td {
padding: 0;
}
input[type="text"] {
border-radius: 0;
color: @black070;
font-family: Arial, sans-serif;
.font-size(12);
font-weight: bold;
padding: 4px 6px;
width: 35px;
}
}
}