Change the displayContent() function so that a the zonename is a bit faded, so we can see the names of the labels better. Closes #28

This commit is contained in:
Mark Schouten 2015-03-11 12:30:29 +01:00
parent 94f722b4d5
commit 88d7ef7d36
2 changed files with 14 additions and 3 deletions

View file

@ -5,6 +5,9 @@ body, html {
background:#ffffff;
}
.lightgrey {
opacity: .6;
}
#wrap {
}
#menu {