From 6b58d35990013b22774fea1f268a82b474ac7194 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Sat, 18 Sep 2021 15:34:55 -0500 Subject: Color tweak in CSS --- web/app.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'web') diff --git a/web/app.css b/web/app.css index e8235f7..6b99a28 100644 --- a/web/app.css +++ b/web/app.css @@ -35,6 +35,24 @@ border: 1px solid #337729 !important; } +#eventsView-1102-placeholder { + background-color: #efdb1e !important; + border: 1px solid #efdb1e !important; +} + +#eventsView-1102-placeholder-title-textEl { + color: #337729 !important; +} + +#tbtext-1109 { + color: #337729 !important; +} + +#toolbar-1108 { + background-color: #efdb1e !important; + border: 1px solid #efdb1e !important; +} + body.x-border-layout-ct, div.x-border-layout-ct { background-color: #bbbbbb !important; } -- cgit v1.2.3