mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #1179 use standard structure for icons to remove a tag in a combined tags search
use standard structure for icons to remove a tag in a combined tags search The icon displays with 2 tags combined instead of 3 To avoid breaking all themes, we keep the old style by default, but the new style is available. The upgrade to 2.11 documentation will mention it.
This commit is contained in:
@@ -792,3 +792,8 @@ LEGEND {
|
||||
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
|
||||
padding: 0px 5px !important;
|
||||
}
|
||||
|
||||
|
||||
#TagsGroupRemoveTag span{
|
||||
display:none;
|
||||
}
|
||||
Reference in New Issue
Block a user