Removed background-color for config lists.

Background colors for unordered list in options were set to match body.
This created a problem during and after the space game when the body and
text were inverted, but the ul was not. See Issue #432.

Tried this via Chrome's dev tools while at the effected screen in dark
theme, and it seemed to work.
This commit is contained in:
Akai Alonkai
2015-09-21 01:30:47 -04:00
committed by Blake Grotewold
parent 0f243637a1
commit 55b5c3e1e7
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -3,10 +3,6 @@ body {
color: #EEE;
}
.customSelectOptions > ul {
background-color: #272823;
}
div.headerButton {
border-left: 1px solid #EEE;
}
-1
View File
@@ -97,7 +97,6 @@ span.customSelectOptions {
bottom: 0;
position: absolute;
right: 0;
background-color: white;
}
.customSelectOptions > ul:hover {