add background color to game options so they are readable when overlapping other UI elements. fixes #87
This commit is contained in:
parent
0e45c4f886
commit
4448a90ccd
|
@ -406,6 +406,7 @@ span.debug, span.admin {
|
|||
}
|
||||
|
||||
.game_options {
|
||||
background: #eee;
|
||||
z-index: 500;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue