summaryrefslogtreecommitdiff
path: root/amelia/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r--amelia/bootstrap.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css
index 27da523a..f20c597c 100644
--- a/amelia/bootstrap.css
+++ b/amelia/bootstrap.css
@@ -3613,10 +3613,6 @@ div.subnav .nav > li:first-child > a, div.subnav .nav > li:first-child > a:hover
-moz-border-radius: 0;
border-radius: 0;
}
-div.subnav .nav > li:first-child > a:hover {
- border-left-color: rgba(256, 256, 256, 0.4);
- border-left-width: 1px;
-}
div.subnav .nav > .active > a {
background-color: transparent;
border-color: transparent;
@@ -3630,6 +3626,10 @@ div.subnav .nav > .active > a:hover, div.subnav .nav > li > a:hover, div.subnav
background-color: rgba(256, 256, 256, 0.4);
color: rgba(256, 256, 256, 0.9);
}
+div.subnav .nav > li:first-child > a:hover {
+ border-left-color: rgba(256, 256, 256, 0.4);
+ border-left-width: 1px;
+}
div.subnav-fixed {
top: 50px;
}
@@ -3880,13 +3880,13 @@ label,
color: rgba(256, 256, 256, 0.9);
border: 0px solid transparent;
}
-input,
-textarea,
-select,
-.uneditable-input {
+input, textarea, .uneditable-input {
border: 0px solid transparent;
padding: 10px;
}
+select {
+ border: 0px solid transparent;
+}
button {
margin-left: 12px;
}