From 217ce376321190b1cf1c5af303dffa3f9c73a71c Mon Sep 17 00:00:00 2001
From: Weilbyte <git@weilbyte.net>
Date: Wed, 23 Oct 2019 02:37:28 +0200
Subject: [PATCH] Fixed alert readability

---
 serverside/style.css | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/serverside/style.css b/serverside/style.css
index db68469..b8ccc58 100644
--- a/serverside/style.css
+++ b/serverside/style.css
@@ -16,6 +16,18 @@ font-family:helvetica, arial, verdana, sans-serif;
 background:#fff;
 }
 
+.x-form-item-body.x-form-item-body-default.x-form-display-field-body.x-form-display-field-body-default {
+        border-radius: 6px;
+        border: 1px solid #faa61a;
+        background-color: #faa61a;
+        padding: 2px;
+        font-size: 14px;
+}
+
+.x-field.x-form-item.x-form-item-default.x-form-readonly.x-form-type-text {
+        border-radius: 7px;
+}
+
 .x-viewport {
 background:#23272a;
 }
-- 
GitLab