From 55b5c3e1e74ba08d7f1a9179e8ca274d6f8f6cb3 Mon Sep 17 00:00:00 2001 From: Akai Alonkai Date: Mon, 21 Sep 2015 01:30:47 -0400 Subject: [PATCH] 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. --- css/dark.css | 4 ---- css/main.css | 1 - 2 files changed, 5 deletions(-) diff --git a/css/dark.css b/css/dark.css index 1fa732e..2d04f7c 100644 --- a/css/dark.css +++ b/css/dark.css @@ -3,10 +3,6 @@ body { color: #EEE; } -.customSelectOptions > ul { - background-color: #272823; -} - div.headerButton { border-left: 1px solid #EEE; } diff --git a/css/main.css b/css/main.css index 89dc0e7..507c6fe 100644 --- a/css/main.css +++ b/css/main.css @@ -97,7 +97,6 @@ span.customSelectOptions { bottom: 0; position: absolute; right: 0; - background-color: white; } .customSelectOptions > ul:hover {