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