aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-03 11:56:00 -0700
committerMark Otto <[email protected]>2013-05-03 11:56:00 -0700
commitb5d68f59c20bbc9bd0290950d0d04db417697843 (patch)
treeda255a9f910a1ac72a3a1ca5fe06d5c16ca08edb /docs
parent1587b8948f3f1e2471c3bf4005a8ba722bffc78d (diff)
downloadbootstrap-b5d68f59c20bbc9bd0290950d0d04db417697843.tar.xz
bootstrap-b5d68f59c20bbc9bd0290950d0d04db417697843.zip
Add cursor: pointer; to .checkbox and .radio and their inline counterparts
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 5f867fa2f..0216ffc5b 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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,