summaryrefslogtreecommitdiff
path: root/amelia/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r--amelia/bootstrap.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css
index 8fcfe2cb..2f9e2612 100644
--- a/amelia/bootstrap.css
+++ b/amelia/bootstrap.css
@@ -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 {