forked from Public/pics
PhotoPage: fade the tag delete buttons a little
This commit is contained in:
parent
e671b7da30
commit
8eb6be02b1
@ -539,6 +539,15 @@ a#previous_photo:hover, a#next_photo:hover {
|
|||||||
#sub_photo .tag-list .input-group-text {
|
#sub_photo .tag-list .input-group-text {
|
||||||
color: inherit;
|
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
|
/* Responsive: smartphone in portrait
|
||||||
|
Loading…
Reference in New Issue
Block a user