From 57d2b4ee0ee3833ee13fd2ab6c7d029798bb6a81 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 5 Dec 2023 09:38:11 -0500 Subject: [PATCH] CSR-1860 fix styling for select input. --- public/css/hop-styling.css | 2 ++ public/scss/hop-styling.scss | 2 ++ 2 files changed, 4 insertions(+) diff --git a/public/css/hop-styling.css b/public/css/hop-styling.css index cd94e3024..68e556d53 100644 --- a/public/css/hop-styling.css +++ b/public/css/hop-styling.css @@ -73,6 +73,8 @@ body select { background-position: 95% 50%; background-size: 15px 9px; appearance: none; + font-size: 16px; + color: #000; } body .creditCardSpecific div { padding: 8px 0; diff --git a/public/scss/hop-styling.scss b/public/scss/hop-styling.scss index 5f21c46dd..ed8e8e14c 100644 --- a/public/scss/hop-styling.scss +++ b/public/scss/hop-styling.scss @@ -85,6 +85,8 @@ body { background-position: 95% 50%; background-size: 15px 9px; appearance: none; + font-size: 16px; + color: #000; } .creditCardSpecific {