Project

General

Profile

Download (440 Bytes) Statistics
| Branch: | Tag: | Revision:
.required {
.control-label {
color: inherit;

&:after {
content: "*";
}
}
}

.form-control {

&[readonly], &[readonly="readonly"] {
border: none;
background: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
color: @input-color;
}

}

.datepicker-selector {
cursor: pointer;

&:hover {
font-weight: bold;
}
}
(3-3/13)