summaryrefslogtreecommitdiff
path: root/spruce/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-17 16:44:45 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-17 16:44:45 -0400
commit780e34daf74e02a7112bc65dc431567848f8b35c (patch)
tree88207891ee25ad75eed22eff16a38c1288f3cb90 /spruce/bootswatch.less
parent189b113153a0e866f717bf0822c51ae40597d53d (diff)
spruce: remove box-shadow from subnav active
Diffstat (limited to 'spruce/bootswatch.less')
-rwxr-xr-xspruce/bootswatch.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/spruce/bootswatch.less b/spruce/bootswatch.less
index 5d2753d5..9c5514c0 100755
--- a/spruce/bootswatch.less
+++ b/spruce/bootswatch.less
@@ -135,6 +135,7 @@ div.subnav .nav > li.active > a,
div.subnav .nav > li > a:hover,
div.subnav .nav > li.active > a:hover,
div.subnav .dropdown.open .dropdown-toggle {
+ .box-shadow(none);
background-color: transparent;
border-color: transparent;
color: @yellow;