amelia: borders on inputs in dropdown, fixes #67
[bootswatch] / amelia / bootstrap.css
index 8fcfe2c..2f9e261 100644 (file)
@@ -3,11 +3,11 @@
 /*!
  * Bootstrap v2.3.2
  *
- * Copyright 2012 Twitter, Inc
+ * Copyright 2013 Twitter, Inc
  * Licensed under the Apache License v2.0
  * http://www.apache.org/licenses/LICENSE-2.0
  *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ * Designed and built with all the love in the world by @mdo and @fat.
  */
 
 .clearfix {
@@ -6844,14 +6844,18 @@ label,
 .help-block,
 .input-file {
   color: inherit;
-  border: 0 solid transparent;
+  border: none;
 }
 
 input,
 textarea,
 .uneditable-input {
   padding: 10px;
-  border: 0 solid transparent;
+  border: none;
+}
+
+.dropdown input {
+  border: 1px solid rgba(0, 0, 0, 0.2);
 }
 
 .uneditable-input {
@@ -6859,7 +6863,7 @@ textarea,
 }
 
 select {
-  border: 0 solid transparent;
+  border: none;
 }
 
 button {