From 1f6cdc08d84850eaf40b7bcbf3320ebf3e7f644c Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 9 Mar 2022 15:50:56 +0100 Subject: [PATCH] related to #1614 darkmode for add btn when 0 relatd cats --- admin/themes/clear/theme.css | 6 ++++++ admin/themes/default/theme.css | 6 ------ admin/themes/roma/theme.css | 6 ++++++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 61d251a77..002c468a5 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -820,4 +820,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .search-result-item .icon-plus-circled:hover{ color: #ff7700; +} + +.breadcrumb-item.add-item.highlight { + background: #ffa646; + box-shadow: 0 2px #af7200; + color: white !important; } \ No newline at end of file diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 7015fdc6b..6ff894394 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -6302,12 +6302,6 @@ color:#FF7B00; transition: 0.3s; } -.breadcrumb-item.add-item.highlight { - background: #ffa646; - box-shadow: 0 2px #af7200; - color: white !important; -} - #addLinkedAlbum { display:none; } diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index df1861683..7e5ff2027 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1766,4 +1766,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .applicationCard .applicationDesc { color: #bbb; +} + +.breadcrumb-item.add-item.highlight { + background: #f7a43c; + box-shadow: 0 2px #af7200; + color: #444 !important; } \ No newline at end of file