From 91c965e75ecebda97313d8a694277c42a42fc2ca Mon Sep 17 00:00:00 2001 From: HWFord Date: Wed, 6 Apr 2022 10:38:32 +0200 Subject: [PATCH] Fixed #1646 Combined tags changes for bootstrap darkroom add icon for bootstrap darkroom. Uses bootstrap darkroom icons, and hides by default --- include/functions_html.inc.php | 1 + themes/default/theme.css | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index 01c54e79d..39247d69b 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -435,6 +435,7 @@ function get_tags_content_title() .get_root_url().get_themeconf('icon_dir').'/remove_s.png' .'" alt="x" style="vertical-align:bottom;" >' .'' + .'' .''; } } diff --git a/themes/default/theme.css b/themes/default/theme.css index 8b1d94944..fd6ee0d53 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -826,6 +826,7 @@ LEGEND { } -#TagsGroupRemoveTag span{ +#TagsGroupRemoveTag span, +#TagsGroupRemoveTag i{ display:none; -} +} \ No newline at end of file