grafana/src/css/less/forms.less

30 lines
534 B
Plaintext
Raw Normal View History

input[type=text].input-fluid {
width: 100%;
box-sizing: border-box;
padding: 14px;
-moz-box-sizing: border-box;
height: 100%;
}
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;
2015-01-12 07:31:15 -06:00
margin: 0;
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;
}