PhotoPage: fade the tag delete buttons a little

This commit is contained in:
Aaron van Geffen 2024-01-11 21:58:01 +01:00
parent e671b7da30
commit 8eb6be02b1
1 changed files with 9 additions and 0 deletions

View File

@ -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);
}
/* Responsive: smartphone in portrait