From e988c05f787d8c136f77fdc0ab1fe05cfce7f753 Mon Sep 17 00:00:00 2001 From: HWFord Date: Wed, 9 Nov 2022 08:40:43 +0100 Subject: [PATCH] Change opacity of move category icon --- admin/themes/default/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 3eef59260..a14373fc8 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -4204,7 +4204,7 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;} .move-cat-container .icon-grip-vertical-solid { font-size: 16px; - opacity: 0.5; + opacity: 0.3; position: absolute; left: 6px; }