2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

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

This commit is contained in:
Mark Otto
2013-05-03 11:56:00 -07:00
parent 1587b8948f
commit b5d68f59c2
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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,