amelia: borders on inputs in dropdown, fixes #67
[bootswatch] / amelia / bootswatch.less
index 3f350a4..643d65e 100755 (executable)
@@ -1,4 +1,4 @@
-// Amelia 2.3.1
+// Amelia 2.3.2
 // Bootswatch
 // -----------------------------------------------------
 
@@ -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 {