From e5c7ae48d4b3a2bc877c5938faa6759de09583f4 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 23 Nov 2022 10:54:07 +0100 Subject: [PATCH] (cp ac845f0) related to #1803 added css to make the click on icons easier --- admin/themes/default/theme.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 40abbb466..50430ae09 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -4286,24 +4286,25 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;} display: flex; align-items: center; max-width: 60%; + height: 100%; } .move-cat-action a { - padding: 0 8px; + padding: 21px 8px; font-weight: bold; cursor: pointer; - height: 100%; text-align: center; font-size: 15px; } .move-cat-action a:last-child { - padding-right: 20px; + margin-right: 12px; } .move-cat-action a:hover { - color: #ff7700; + color: #000; text-decoration: none; + background: #f98100; } .cat-move-order-popin {