From 4b2d0019e295a14eef070aea35c7ee404feeced2 Mon Sep 17 00:00:00 2001 From: gv1222 Date: Wed, 25 Feb 2015 11:39:46 -0500 Subject: [PATCH] Update form control color --- www/css/themes/modern.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/themes/modern.css b/www/css/themes/modern.css index b29b3ea7..cf0bd1f1 100644 --- a/www/css/themes/modern.css +++ b/www/css/themes/modern.css @@ -144,7 +144,7 @@ input.form-control[type="email"], textarea.form-control { .form-control { border: 1px solid #000000 !important; - background-color: #1c1e22 !important; + background-color: rgba(20, 22, 26, 0.7) !important; }