summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/commun.css b/commun.css
index 6db6981..2826589 100644
--- a/commun.css
+++ b/commun.css
@@ -68,7 +68,6 @@ nav > ol > li {
padding: 0.5em 0.1em;
}
-/* TODO highlight current quatuor member */
nav li.dropdown {
position: relative;
}
@@ -78,7 +77,7 @@ nav li.dropdown ul {
left: 0; /* Offset nav > ol > li padding. */
padding-left: 0;
width: 100%;
- background: white;
+ background: lightgrey;
z-index: 1;
}
nav li.dropdown:hover ul {
@@ -89,7 +88,7 @@ nav li:hover ul li {
list-style-type: none;
}
nav li.dropdown > ul > li:hover {
- background: lightgrey;
+ background: white;
}
nav li.dropdown > ul > li a {
display: block; /* Make link span whole containing block. */