From b5d68f59c20bbc9bd0290950d0d04db417697843 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 May 2013 11:56:00 -0700 Subject: [PATCH] Add cursor: pointer; to .checkbox and .radio and their inline counterparts --- docs/assets/css/bootstrap.css | 2 ++ less/forms.less | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 5f867fa2fd..0216ffc5bd 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, diff --git a/less/forms.less b/less/forms.less index fb0a41dd89..38df8b2979 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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 {