summaryrefslogtreecommitdiff
path: root/amelia/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-12 14:40:13 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-12 14:40:13 -0400
commit2ced4298e585109d743db0ad82991801dc085af1 (patch)
tree463e6d2f9e68bb6d76f51d75d1901a7f1e6c8547 /amelia/bootswatch.less
parent02bdea2e229a50a0fcfc1a48ec811872c3ae12d3 (diff)
amelia: fix subnav active
Diffstat (limited to 'amelia/bootswatch.less')
-rwxr-xr-xamelia/bootswatch.less13
1 files changed, 12 insertions, 1 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index 7592d4e0..90505cee 100755
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -119,7 +119,18 @@ div.subnav {
border-color: transparent;
}
- .nav > .active > a,
+ .nav > li:first-child > a,
+ .nav > li:first-child > a:hover {
+ .border-radius(0);
+ }
+
+ .nav > .active > a {
+ background-color: transparent;
+ border-color: transparent;
+ color: @textColor;
+ .box-shadow(none);
+ }
+
.nav > .active > a:hover,
.nav > li > a:hover,
.nav > li.active > a:hover, {