Allow regular users to unlink tags from photos.

This commit is contained in:
2019-03-09 13:48:18 +01:00
parent 05c48be785
commit 42e5c7fe37
3 changed files with 61 additions and 9 deletions

View File

@@ -588,14 +588,16 @@ a#previous_photo:hover, a#next_photo:hover {
}
#sub_photo #tag_list li {
display: inline;
padding-right: 0.75em;
}
#sub_photo #tag_list li:after {
content: ', ';
#tag_list .delete-tag {
opacity: 0.25;
}
#sub_photo #tag_list li:last-child:after {
content: '';
#tag_list .delete-tag:hover {
opacity: 1.0;
}
#photo_exif_box {
background: #fff;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);