diff options
| author | Mark Otto <[email protected]> | 2011-10-16 18:01:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-16 18:01:05 -0700 |
| commit | 2a82b38cff142ec86a6e1dc4f9366205260d262d (patch) | |
| tree | 1e274c535c40f4e4f8914f17456dc52f7b264a42 /lib/forms.less | |
| parent | 756e7c8739266ec8594d545e7eec2a50ea06ce08 (diff) | |
| download | bootstrap-2a82b38cff142ec86a6e1dc4f9366205260d262d.tar.xz bootstrap-2a82b38cff142ec86a6e1dc4f9366205260d262d.zip | |
tweak the h2s again for better spacing, adjust docs, remove white bg if possible on file input, few other tweaks
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/forms.less b/lib/forms.less index 4b2bb8016..6edf29e53 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -37,12 +37,6 @@ label { color: @grayDark; } -// Checkboxs and radio buttons -input[type=checkbox], -input[type=radio] { - cursor: pointer; -} - // Inputs, Textareas, Selects input, textarea, @@ -69,11 +63,13 @@ input[type=radio] { *margin-top: 0; /* IE6-7 */ line-height: normal; border: none; + cursor: pointer; } // Reset the file input to browser defaults input[type=file] { background-color: @white; + background-color: initial; padding: initial; border: initial; line-height: initial; |
