From 8eb6be02b15edc0f35f2bed8b64cf2b52dd11bad Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Thu, 11 Jan 2024 21:58:01 +0100 Subject: [PATCH] PhotoPage: fade the tag delete buttons a little --- public/css/default.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/css/default.css b/public/css/default.css index 9186175..d5e19b8 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -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