aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-05-14 23:42:32 -0700
committerMark Otto <[email protected]>2012-05-14 23:42:32 -0700
commite28efd7da07d20d706421b3c868ccc08e0e3077d (patch)
tree020403eedb244698d19340c923931bfa3b7a4b9d /less/forms.less
parenta0809ceebe5332a1c3e355a762d1bff3e477ce37 (diff)
downloadbootstrap-e28efd7da07d20d706421b3c868ccc08e0e3077d.tar.xz
bootstrap-e28efd7da07d20d706421b3c868ccc08e0e3077d.zip
consolidate and relabel new form selectors
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less16
1 files changed, 3 insertions, 13 deletions
diff --git a/less/forms.less b/less/forms.less
index f9a994a7b..4a218033a 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -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