From afa4b9e66df685798214ef3509b9484cd44057cf Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Wed, 30 Dec 2020 18:34:42 -0500
Subject: [PATCH] Tweak border color on /events form

---
 apps/routerconsole/jsp/themes/console/light/console.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css
index d8c22357e4..37ae8a7a1f 100644
--- a/apps/routerconsole/jsp/themes/console/light/console.css
+++ b/apps/routerconsole/jsp/themes/console/light/console.css
@@ -6584,7 +6584,7 @@ h3#displayevents {
 }
 
 form[action="events"] {
-     border: 1px solid #7778bf;
+     border: 1px solid #ddf;
      padding: 10px 10px 10px 50px;
      background: url(/themes/console/images/info/logs.png) 12px center no-repeat;
      background-size: 28px 28px;
-- 
GitLab