From 32be54734f7ae573b6dcbcb7fa3d71b77558b6c5 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Mon, 25 Apr 2022 14:19:06 +0200 Subject: [PATCH] related to #1609 changed color of dot when an album is highlighted --- admin/themes/roma/theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 94cf1460c..f9cae403e 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -415,6 +415,9 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co .move-cat-container:hover .move-cat-toogler span{ color: #ae5d1e !important; } +.move-cat-container:hover .icon-grip-vertical-solid{ + color: #333 !important; +} .move-cat-container.disabledToggle:hover .move-cat-toogler{ color: #333 !important; opacity: 0.5;