summaryrefslogtreecommitdiff
path: root/spacelab/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-11 23:24:50 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-11 23:24:50 -0500
commit4a487b95760d08571a01fab6109ede67fda69937 (patch)
tree1fb23462df6937266d312ee19597fd1824bdbb6e /spacelab/bootswatch.less
parent5764bd37b692dffdae853aa0bf081a91f46417bb (diff)
Fixed spacelab nav-collapse caret
Diffstat (limited to 'spacelab/bootswatch.less')
-rwxr-xr-xspacelab/bootswatch.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/spacelab/bootswatch.less b/spacelab/bootswatch.less
index 7193a0f7..de0499c8 100755
--- a/spacelab/bootswatch.less
+++ b/spacelab/bootswatch.less
@@ -91,6 +91,20 @@
}
}
+.navbar .nav-collapse > .nav > li > a > .caret {
+ border-top-color: @grayLight;
+}
+
+.navbar .nav-collapse > .nav > li > a:hover {
+ text-shadow: none;
+ color: @white;
+
+ .caret {
+ border-top-color: @white;
+ }
+}
+
+
// BUTTON
// -----------------------------------------------------