summaryrefslogtreecommitdiff
path: root/united/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-11-24 14:44:27 -0500
committerThomas Park <thomas@thomaspark.me>2012-11-24 14:44:27 -0500
commit9ce4ea53cbe70decdc85d45734749e2ece2e5470 (patch)
tree8094e515d99201dca97ffa70d8542c48262d0d73 /united/bootstrap.css
parentde9b3c57183590db295af6bef856b9d1ce26bdf0 (diff)
united: bug fix on color for dropdown-menu .active > a
Diffstat (limited to 'united/bootstrap.css')
-rw-r--r--united/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/united/bootstrap.css b/united/bootstrap.css
index b4b4c10e..d4c38c1b 100644
--- a/united/bootstrap.css
+++ b/united/bootstrap.css
@@ -2337,7 +2337,7 @@ table th[class*="span"],
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
- color: #dd4814;
+ color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #d44513;