summaryrefslogtreecommitdiff
path: root/united/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-12 20:31:33 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-12 20:31:33 -0500
commit65308f0e315b1c16fc9fcfeb4968583f5609f318 (patch)
tree3f3e4300ceacf27ace2cb5248666926c5dd2f2b9 /united/bootstrap.css
parentf233b199461cd85cfd71d9d54855896a5357c8d0 (diff)
navbar dropdown menu
Diffstat (limited to 'united/bootstrap.css')
-rw-r--r--united/bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/united/bootstrap.css b/united/bootstrap.css
index d34a4a74..3b9471c2 100644
--- a/united/bootstrap.css
+++ b/united/bootstrap.css
@@ -3368,6 +3368,12 @@ a.thumbnail:hover {
border-left: 0px solid #dd4814;
border-right: 0px solid #dd4814;
}
+.navbar .nav-collapse > .nav > li .dropdown-menu a {
+ color: #dd4814;
+}
+.navbar .nav-collapse > .nav > li .dropdown-menu a:hover {
+ color: #ffffff;
+}
.navbar .nav-collapse > .nav > li a:hover {
background-color: #A6350F;
}