mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
tweak the h2s again for better spacing, adjust docs, remove white bg if possible on file input, few other tweaks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user