Added some css and a list of nationalities for the dropdown

This commit is contained in:
Naomi
2018-12-15 11:34:59 +00:00
parent 9a937e2d46
commit 5e127358b2
2 changed files with 598 additions and 4 deletions

View File

@ -29,3 +29,15 @@ body {
#block-exposedformactor-searchpage-1 .form-text {
width: 200px;
}
/* Make drop-down nav menu opaque */
.block-superfish .menu ul {
background: white;
color: darkgray;
}
.block-superfish .menu ul li {
border-bottom: 1px dotted darkgray;
}
.block-superfish .menu ul li a:hover {
color: black;
}