]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
consolidate and relabel new form selectors
authorMark Otto <markotto@twitter.com>
Tue, 15 May 2012 06:42:32 +0000 (23:42 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 15 May 2012 06:42:32 +0000 (23:42 -0700)
less/forms.less

index f9a994a7b5d8a784f903efdf3a40529529aadde0..4a218033aede1ec3c6b1f9def762ae0421266655 100644 (file)
@@ -61,7 +61,7 @@ label {
 // Form controls
 // -------------------------
 
-// Shared resets
+// Shared size and type resets
 select,
 textarea,
 input[type="text"],
@@ -87,7 +87,7 @@ input[type="color"] {
   color: @gray;
 }
 
-// Textual inputs and textareas
+// Reset background, border, and box-shadow for textual inputs and textarea
 textarea,
 input[type="text"],
 input[type="password"],
@@ -111,31 +111,21 @@ input[type="color"] {
   .transition(@transition);
 }
 
+// Unused selectors
 input[type="radio"],
 input[type="checkbox"] {
-
 }
-
 input[type="button"],
 input[type="submit"],
 input[type="reset"] {
-
 }
-
 input[type="file"] {
-
 }
-
 input[type="hidden"] {
-
 }
-
 input[type="image"] {
-
 }
-
 input[type="range"] {
-
 }
 
 // Make uneditable textareas behave like a textarea