summaryrefslogtreecommitdiff
path: root/cerulean/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-05-01 02:34:12 -0400
committerThomas Park <thomas@thomaspark.me>2012-05-01 02:34:12 -0400
commit73769f9099ec038bdfe9e6c23db59d7431ff049b (patch)
tree5a9de1924e7d2dadd2cf37429df11862e09325c2 /cerulean/bootstrap.css
parent36e8ffc2eb3d73d9a80c9b9a1623ac3d0ee2378b (diff)
fixes #13. that is the current behavior in bootstrap but cerulean is now overriding it.
Diffstat (limited to 'cerulean/bootstrap.css')
-rw-r--r--cerulean/bootstrap.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/cerulean/bootstrap.css b/cerulean/bootstrap.css
index 10470b8f..50cd3e30 100644
--- a/cerulean/bootstrap.css
+++ b/cerulean/bootstrap.css
@@ -3164,7 +3164,7 @@ input[type="submit"].btn.btn-mini {
.navbar .nav .active > a:hover {
color: #ffffff;
text-decoration: none;
- background-color: #369bd7;
+ background-color: rgba(0, 0, 0, 0.2);
}
.navbar .divider-vertical {
height: 40px;
@@ -4190,9 +4190,8 @@ a.badge:hover {
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#369bd7', endColorstr='#61b0df', GradientType=0);
}
-.navbar .nav .active > a,
-.navbar .nav .active > a:hover {
- background-color: #369bd7;
+.navbar .nav li.dropdown.active > .dropdown-toggle,
+.navbar .nav li.dropdown.active.open > .dropdown-toggle {
background-color: rgba(0, 0, 0, 0.2);
}
.navbar .search-query {