]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add cursor: pointer; to .checkbox and .radio and their inline counterparts
authorMark Otto <otto@github.com>
Fri, 3 May 2013 18:56:00 +0000 (11:56 -0700)
committerMark Otto <otto@github.com>
Fri, 3 May 2013 18:56:00 +0000 (11:56 -0700)
docs/assets/css/bootstrap.css
less/forms.less

index 5f867fa2fdae7d17444db9d46b631827d76ba3f8..0216ffc5bdfa65bb01ef8a40c2b28a71db01a43f 100644 (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,
index fb0a41dd89ca56291d9c63680d1ea919711dd4f5..38df8b2979eb17d021348a4bb6c8b82f161b1d0b 100644 (file)
@@ -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 {