summaryrefslogtreecommitdiff
path: root/cerulean/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-10-02 18:18:06 -0400
committerThomas Park <thomas@thomaspark.me>2012-10-02 18:18:06 -0400
commitaa3e2e4230f058d54e3190db2a42a0086ebcbee6 (patch)
treec505f462b61ec79d9970b6a86ad9b05b745d3f04 /cerulean/bootswatch.less
parentc5dcd30e5c0cb00043b4cef82a78f01834aaf3e9 (diff)
cerulean: changed alt navbar from gray to dark blue
Diffstat (limited to 'cerulean/bootswatch.less')
-rwxr-xr-xcerulean/bootswatch.less11
1 files changed, 5 insertions, 6 deletions
diff --git a/cerulean/bootswatch.less b/cerulean/bootswatch.less
index 04422527..7b4ca9cf 100755
--- a/cerulean/bootswatch.less
+++ b/cerulean/bootswatch.less
@@ -35,10 +35,7 @@
.search-query {
border: 1px solid darken(@linkColor, 10%);
- }
-
- .btn-navbar:hover {
- background-color: darken(@white, 20%);
+ line-height: normal;
}
.navbar-text {
@@ -103,8 +100,10 @@
}
}
- .nav .active > a {
- background-color: rgba(0, 0, 0, 0.1);
+ .nav .active > a,
+ .nav > li > a:hover,
+ .dropdown-menu a:hover {
+ background-color: rgba(0, 0, 0, 0.1) !important;
}
}
}