From 4aa7a7b9bfae2089367a5d9d5fa18c80b809c918 Mon Sep 17 00:00:00 2001 From: Hannah Date: Fri, 28 May 2021 10:29:20 +0200 Subject: [PATCH] missing icon background after dark mode css fixes, background for add icon got removed in light mode, this adds back that background --- admin/themes/default/template/cat_list.tpl | 2 +- admin/themes/default/template/group_list.tpl | 2 +- admin/themes/roma/theme.css | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index f55f0dda4..2778ff1c4 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -21,7 +21,7 @@ jQuery(document).ready(function(){
- +

{"Add Album"|@translate}

diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl index cd53f7a45..4e0561dc4 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -170,7 +170,7 @@ usersCache.selectize(jQuery('select.UserSearch'));
-
+

{'Add group'|translate}

diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 4385dc046..954713a31 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1075,6 +1075,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .icon-blue-full { background-color:#1C5B88; + border:0px; color: #379bbc; }