From fae41bb6bc33e787651cd57e40a72b15b21a2c33 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Mon, 9 Aug 2021 09:53:58 +0200 Subject: [PATCH] Fixing css on user activity lines --- admin/themes/default/theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 934f6253d..9036e2dfa 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -5236,6 +5236,8 @@ color:#FF7B00; } .line { + background: #fafafa; + box-shadow: 0px 2px 4px #00000024; display: flex; flex-direction: row;