grafana/src/css/less/forms.less

27 lines
492 B
Plaintext
Raw Normal View History

input[type=text].input-fluid {
width: 100%;
box-sizing: border-box;
padding: 14px;
}
2014-09-30 03:27:56 -05:00
input[type="checkbox"].cr1 {
display: none;
}
input[type="checkbox"]+.cr1 {
display: inline-block;
height: 19px;
clear: none;
text-indent: 2px;
margin-top: 4px;
padding: 0 0 0 20px;
vertical-align:middle;
2014-09-30 02:50:01 -05:00
background: url(@checkboxImageUrl) left top no-repeat;
cursor:pointer;
}
input[type="checkbox"]:checked+label {
2014-09-30 02:50:01 -05:00
background: url(@checkboxImageUrl) 0px -18px no-repeat;
}