fixes #2350 highlight edited tag with a checkmark

This commit is contained in:
Perrom
2025-04-14 11:20:31 +02:00
committed by GitHub
parent 122cbf7567
commit 38e771aa8a
3 changed files with 36 additions and 1 deletions
+15
View File
@@ -4465,6 +4465,21 @@ a#showPermissions:hover {text-decoration: none;}
font-size: 1em;
font-weight: bold;
}
.tag-checkmark{
position: absolute;
transform: scale(1.5);
padding: 2.5px 0px;
color: #6ccd5d;
z-index: 1;
}
.tag-checkmark-fill{
position: absolute;
padding: 2.5px 0px;
color: white;
opacity: 0;
z-index: 2;
}
/* Picture Edit */
#pictureModify {