summaryrefslogtreecommitdiff
path: root/cosmo/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-12-27 23:06:49 -0500
committerThomas Park <thomas@thomaspark.me>2012-12-27 23:06:49 -0500
commite9b46a94bc720ef109bbcf9a21222410f680cba9 (patch)
tree94a2c13e445c367504cb45d769ab7cb9691343f2 /cosmo/bootswatch.less
parent8dab462d56259a93d3e02ef9c57d297c91ce210c (diff)
amelia, cosmo: fixes #53
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r--cosmo/bootswatch.less14
1 files changed, 5 insertions, 9 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less
index ae85b131..5f9756c5 100644
--- a/cosmo/bootswatch.less
+++ b/cosmo/bootswatch.less
@@ -117,7 +117,7 @@ div.subnav {
background-color: @grayLight;
background-image: none;
.box-shadow(none);
- border-color: transparent;
+ border: none;
.border-radius(0);
.nav {
@@ -128,17 +128,13 @@ div.subnav {
border-color: transparent;
}
- .nav > .active > a {
+ .nav > .active > a,
+ .nav > .active > a:hover {
border-color: transparent;
- background-color: transparent;
+ background-color: @black;
+ color: @white;
// border-left-width: 2px;
.box-shadow(none);
- color: @grayDarker;
-
- &:hover {
- background-color: @black;
- color: @white;
- }
}
&-fixed {