From 2e277a3ff4e49eb04f30c3967c2b277262115e38 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 17 Apr 2017 16:36:19 -0400 Subject: [PATCH] Changed the bad-input class to also change the border-color --- css/admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/admin.css b/css/admin.css index c76cfbf1..094681c5 100644 --- a/css/admin.css +++ b/css/admin.css @@ -106,6 +106,7 @@ input, select, .button { } .glm-bad-input-area { background: #FFaBa9 !important; + border-color: #e14d43 !important; } .glm-form-bad-input { background: #FFaBa9; -- 2.17.1