diff options
| author | Mark Otto <[email protected]> | 2013-05-03 11:56:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-03 11:56:00 -0700 |
| commit | b5d68f59c20bbc9bd0290950d0d04db417697843 (patch) | |
| tree | da255a9f910a1ac72a3a1ca5fe06d5c16ca08edb /less/forms.less | |
| parent | 1587b8948f3f1e2471c3bf4005a8ba722bffc78d (diff) | |
| download | bootstrap-b5d68f59c20bbc9bd0290950d0d04db417697843.tar.xz bootstrap-b5d68f59c20bbc9bd0290950d0d04db417697843.zip | |
Add cursor: pointer; to .checkbox and .radio and their inline counterparts
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index fb0a41dd8..38df8b297 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 { |
