diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 021b2207c..0673ad019 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -807,4 +807,29 @@ UL.thumbnails SPAN.wrap2 {ldelim} min-width: 500px; height: 44px; } + +#action_add_tags .item, +#action_add_tags .item.active { + background-image:none; + background-color: #ffa646; + border-color: transparent; + color: black; + + border-radius: 20px; +} + +#action_add_tags .item .remove, +#action_add_tags .item .remove { + background-color: transparent; + border-top-right-radius: 20px; + border-bottom-right-radius: 20px; + color: black; + + border-left: 1px solid transparent; + +} +#action_add_tags .item .remove:hover, +#action_add_tags .item .remove:hover { + background-color: #ff7700; +} \ No newline at end of file diff --git a/admin/themes/default/template/batch_manager_unit.tpl b/admin/themes/default/template/batch_manager_unit.tpl index 153ab7144..a8f5846c8 100644 --- a/admin/themes/default/template/batch_manager_unit.tpl +++ b/admin/themes/default/template/batch_manager_unit.tpl @@ -121,4 +121,31 @@ jQuery("a.preview-box").colorbox( {
{/if} - \ No newline at end of file + + + \ No newline at end of file diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index 580bbc485..dce4f48d6 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -199,3 +199,30 @@ $('#action-delete-picture').on('click', function() { + + \ No newline at end of file