From 80c2a58df0d07d0def94c9ad2eb37251e855dc3f Mon Sep 17 00:00:00 2001 From: MatthieuLP Date: Tue, 7 Feb 2023 10:17:53 +0100 Subject: [PATCH] (cp 505b323) 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 d6dd7a4ba..abc9d6c8f 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1739,6 +1739,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;;