From 505b323e69d11bcf1661e89ed49d1aefc54b588c Mon Sep 17 00:00:00 2001 From: MatthieuLP Date: Tue, 7 Feb 2023 10:17:20 +0100 Subject: [PATCH] related to #1861 dark mode for breadcrumb for photo add form --- 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 303ed4295..bc3f21d54 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1756,6 +1756,9 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .selectedAlbum span a{ color: #777 !important; } +.selectedAlbum span { + background-color: #343434; +} .AddUserErrors, .update-user-fail { background-color: #f22;;