Fixed #1646 Combined tags changes for bootstrap darkroom

add icon for bootstrap darkroom.
Uses bootstrap darkroom icons, and hides by default
This commit is contained in:
HWFord
2022-04-06 10:38:32 +02:00
parent d7af491a81
commit 91c965e75e
2 changed files with 4 additions and 2 deletions

View File

@@ -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;" >'
.'<span class="pwg-icon pwg-icon-close" ></span>'
.'<i class="fas fa-plus" aria-hidden="true"></i>'
.'</a>';
}
}

View File

@@ -826,6 +826,7 @@ LEGEND {
}
#TagsGroupRemoveTag span{
#TagsGroupRemoveTag span,
#TagsGroupRemoveTag i{
display:none;
}
}