add background color to game options so they are readable when overlapping other UI elements. fixes #87

This commit is contained in:
Andy Janata 2014-02-16 22:37:17 -08:00
parent 0e45c4f886
commit 4448a90ccd
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ span.debug, span.admin {
}
.game_options {
background: #eee;
z-index: 500;
}