summaryrefslogtreecommitdiff
path: root/amelia/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-12 18:33:03 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-12 18:33:03 -0400
commite03b3243b0c544be524f4fe343d147db71155acb (patch)
tree51adf5c69521136a6c5ff0f0499e6a5c3cdc2b01 /amelia/bootswatch.less
parent203698abdb146afdc2886f91c2ad73d0053ae150 (diff)
amelia: bug fix on select padding (thanks bruno rocha)
Diffstat (limited to 'amelia/bootswatch.less')
-rwxr-xr-xamelia/bootswatch.less11
1 files changed, 10 insertions, 1 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index 90505cee..145114ba 100755
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -140,6 +140,11 @@ div.subnav {
}
}
+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;
}
@@ -326,11 +331,15 @@ legend, label, .help-block, .input-file {
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;
}