From fe6055051c304cbc340badf10403efb42d4e9a45 Mon Sep 17 00:00:00 2001 From: wangwangit Date: Sun, 12 Jul 2026 19:43:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BA=E5=85=8B=E9=9A=86/=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E6=8C=89=E9=92=AE=E8=A1=A5=E5=85=85=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=20CSS=20=E6=B8=90=E5=8F=98=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- src/views/theme-resources.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/theme-resources.html b/src/views/theme-resources.html index 34fab03..972f025 100644 --- a/src/views/theme-resources.html +++ b/src/views/theme-resources.html @@ -89,6 +89,10 @@ .btn-danger:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(239, 68, 68, 0.35); } .btn-info { background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%); transition: all 0.2s; box-shadow: 0 6px 14px rgba(59, 130, 246, 0.25); } .btn-info:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(59, 130, 246, 0.35); } + .btn-clone { background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%); transition: all 0.2s; box-shadow: 0 6px 14px rgba(20, 184, 166, 0.25); color: #fff; } + .btn-clone:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(20, 184, 166, 0.35); } + .btn-history { background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%); transition: all 0.2s; box-shadow: 0 6px 14px rgba(168, 85, 247, 0.25); color: #fff; } + .btn-history:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(168, 85, 247, 0.35); } @media (max-width: 767px) { /* === 移动端表格样式(高对比度版) === */ html.dark .responsive-table td:before { /* 强制提亮移动端表格的 Label */