summaryrefslogtreecommitdiff
path: root/united
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-13 18:18:24 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-13 18:18:24 -0500
commit805d7d7bd5a8d9cef539b0745522223b9925c735 (patch)
tree9b5694dd5973813749c38076b1d6228565ba4673 /united
parent9dd5eb28876cadbf4705c6ad18fb49241de91503 (diff)
Fixed navbar hover in united
Diffstat (limited to 'united')
-rw-r--r--united/bootstrap.css3
-rw-r--r--united/bootstrap.min.css2
-rwxr-xr-xunited/bootswatch.less4
3 files changed, 8 insertions, 1 deletions
diff --git a/united/bootstrap.css b/united/bootstrap.css
index 8706158d..a9206254 100644
--- a/united/bootstrap.css
+++ b/united/bootstrap.css
@@ -3353,6 +3353,9 @@ a.thumbnail:hover {
border-right: 1px solid #C03D14;
border-left: 1px solid #E6633A;
}
+.navbar .nav > li > a:hover {
+ background-color: #97310e;
+}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
background-color: rgba(0, 0, 0, 0.2);
}
diff --git a/united/bootstrap.min.css b/united/bootstrap.min.css
index 89ecb72f..436d8fc0 100644
--- a/united/bootstrap.min.css
+++ b/united/bootstrap.min.css
@@ -604,7 +604,7 @@ a.thumbnail:hover{border-color:#dd4814;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.carousel-caption h4,.carousel-caption p{color:#ffffff;}
.hero-unit{padding:60px;margin-bottom:30px;background-color:#f5f5f5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;}
.hero-unit p{font-size:18px;font-weight:200;line-height:27px;}
-.navbar .nav>li>a{border-right:1px solid #C03D14;border-left:1px solid #E6633A;}
+.navbar .nav>li>a{border-right:1px solid #C03D14;border-left:1px solid #E6633A;}.navbar .nav>li>a:hover{background-color:#97310e;}
.navbar .nav .active>a,.navbar .nav .active>a:hover{background-color:rgba(0, 0, 0, 0.2);}
.navbar .divider-vertical{background-color:inherit;border-right:0px solid #CE4213;}
.navbar-search .search-query{border:1px solid #97310e;}
diff --git a/united/bootswatch.less b/united/bootswatch.less
index fb014a1b..81ca9fdd 100755
--- a/united/bootswatch.less
+++ b/united/bootswatch.less
@@ -15,6 +15,10 @@
.navbar .nav > li > a {
border-right: 1px solid #C03D14;
border-left: 1px solid #E6633A;
+
+ &:hover {
+ background-color: @linkColorHover;
+ }
}
// Lightened color of active item