Commit b5d68f59 authored by Mark Otto's avatar Mark Otto

Add cursor: pointer; to .checkbox and .radio and their inline counterparts

parent 1587b894
......@@ -1381,6 +1381,7 @@ textarea::-webkit-input-placeholder {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
......@@ -1411,6 +1412,7 @@ textarea::-webkit-input-placeholder {
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
......
......@@ -178,6 +178,7 @@ textarea {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
}
......@@ -210,6 +211,7 @@ textarea {
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment