From a62acc2fd796b1d0f32894992edaefc82cb4f1d2 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Tue, 15 Mar 2022 10:32:43 +0100 Subject: [PATCH] fixing edge effects caused by commit 21a021d --- admin/themes/default/template/user_list.tpl | 17 +++++++++++++++++ admin/themes/roma/theme.css | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 7b6bab777..7c16e1917 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -978,6 +978,23 @@ $(".icon-help-circled").tipTip({ margin-left:10px; } +.user-header-button { + position:relative; +} +.user-header-button-label { + position: relative; + padding: 10px; + box-shadow: 0px 2px #00000024; + border-radius: 5px; + font-weight: bold; + display: flex; + align-items: baseline; + cursor: pointer; +} +.user-header-button-label p { + margin:0; +} + /* filters bar */ #user_search { diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index d0ee6d614..10747fdc3 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1447,8 +1447,8 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; color:#777; } -.advanced-filter-select-container { - background: #252525; +.user-header-button-label { + background: #333; } .user-action-select {