PhotoPage: fade the tag delete buttons a little
This commit is contained in:
parent
949a45ff8f
commit
f109f21cd7
@ -539,6 +539,15 @@ a#previous_photo:hover, a#next_photo:hover {
|
||||
#sub_photo .tag-list .input-group-text {
|
||||
color: inherit;
|
||||
}
|
||||
[data-bs-theme=light] #sub_photo .tag-list .btn-danger {
|
||||
background-color: rgba(175, 0, 0, 0.5);
|
||||
border-color: rgba(175, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
[data-bs-theme=dark] #sub_photo .tag-list .btn-danger {
|
||||
background-color: rgba(100, 0, 0, 0.5);
|
||||
border-color: rgb(100, 0, 0);
|
||||
}
|
||||
|
||||
#photo_exif_box dt {
|
||||
font-weight: bold;
|
||||
|
Loading…
Reference in New Issue
Block a user