From a97401a06e7ff641d02f793210db2c7f06263db1 Mon Sep 17 00:00:00 2001 From: simatec Date: Mon, 30 Sep 2024 22:04:28 +0200 Subject: [PATCH] (simatec) Design Fix --- admin/style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/admin/style.css b/admin/style.css index 0d83ec5..1034f79 100644 --- a/admin/style.css +++ b/admin/style.css @@ -334,14 +334,20 @@ display: none; } - #events tr { + .m #events tr { margin-bottom: 15px; border: 1px solid #ddd; + border-radius: 5px; box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); padding: 10px; background: #f9f9f9; } + .m.react-dark #events tr, + .m.react-blue #events tr { + background: #272727 !important; + } + #events td { display: block; text-align: left; @@ -368,11 +374,11 @@ visibility: hidden !important; display: none !important; } - + #events td:nth-of-type(2) { margin-bottom: 2.0rem; } - + #events td:nth-of-type(3):before { content: var(--my-name); }