From eac664a3d07a1ed14c8bcee93849e9018ebc5463 Mon Sep 17 00:00:00 2001 From: danielyxie Date: Fri, 1 Sep 2017 16:23:57 -0500 Subject: [PATCH] Fixed background color on Infiltration selector --- css/popupboxes.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/popupboxes.css b/css/popupboxes.css index d84c84fd1..b3c3b953f 100644 --- a/css/popupboxes.css +++ b/css/popupboxes.css @@ -118,6 +118,10 @@ margin: 8px; } +#infiltration-faction-select { + background-color:black; +} + /* Generic Yes No Box */ #yes-no-text-input-box-input { color: white;