From 95a3b68e120cc28f12f105cdf324e1dce4f30611 Mon Sep 17 00:00:00 2001 From: Blake Grotewold Date: Mon, 11 May 2015 10:40:11 -0400 Subject: [PATCH] Add background color to language select menu This helps readability when language box overflows stores box --- css/dark.css | 4 ++++ css/main.css | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/dark.css b/css/dark.css index 9425b1a..8c61a82 100644 --- a/css/dark.css +++ b/css/dark.css @@ -3,6 +3,10 @@ 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 adf40fd..35add1d 100644 --- a/css/main.css +++ b/css/main.css @@ -97,6 +97,7 @@ span.customSelectOptions { bottom: 0; position: absolute; right: 0; + background-color: white; } .customSelectOptions > ul:hover { @@ -320,7 +321,7 @@ div.button div.cooldown { top: 4px; } -/* Overall size of buttons controlled by this style +/* Overall size of buttons controlled by this style border-width and margin-left should be the same. */ .upBtn:before, .dnBtn:before, .upManyBtn:before, .dnManyBtn:before { border-width: 6px;