From 15067b63ca24a07d568948d984f22b0f497a8327 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Sat, 13 Jun 2026 07:01:18 -0700 Subject: [PATCH] =?UTF-8?q?Mirrored=20playlists:=20rename=20(=E2=9C=8F?= =?UTF-8?q?=EF=B8=8F)=20button=20matches=20sibling=20buttons'=20hover-reve?= =?UTF-8?q?al=20styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webui/static/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/webui/static/style.css b/webui/static/style.css index 33341f3c..2a645aef 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -14460,7 +14460,8 @@ body.helper-mode-active #dashboard-activity-feed:hover { .mirrored-card-delete, .mirrored-card-clear, -.mirrored-card-link { +.mirrored-card-link, +.mirrored-card-rename { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); color: #555; @@ -14481,6 +14482,7 @@ body.helper-mode-active #dashboard-activity-feed:hover { .mirrored-playlist-card:hover .mirrored-card-delete, .mirrored-playlist-card:hover .mirrored-card-clear, .mirrored-playlist-card:hover .mirrored-card-link, +.mirrored-playlist-card:hover .mirrored-card-rename, .mirrored-playlist-card:hover .mirrored-card-pipeline { opacity: 1; } @@ -14506,6 +14508,13 @@ body.helper-mode-active #dashboard-activity-feed:hover { transform: scale(1.1); } +.mirrored-card-rename:hover { + color: #4ade80; + background: rgba(74, 222, 128, 0.15); + border-color: rgba(74, 222, 128, 0.3); + transform: scale(1.1); +} + .discovery-ratio { font-size: 0.8em; color: rgba(255, 255, 255, 0.4);