diff options
Diffstat (limited to 'amelia/bootswatch.less')
-rwxr-xr-x | amelia/bootswatch.less | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less index 130db797..643d65e6 100755 --- a/amelia/bootswatch.less +++ b/amelia/bootswatch.less @@ -516,21 +516,25 @@ legend { } legend, label, .help-block, .input-file { - border: 0px solid transparent; + border: none; color: inherit; } input, textarea, .uneditable-input { - border: 0px solid transparent; + border: none; padding: 10px; } +.dropdown input { + border: 1px solid @dropdownBorder; +} + .uneditable-input { padding-bottom: 30px; } select { - border: 0px solid transparent; + border: none; } button { |