fix: 为克隆/历史按钮补充主题 CSS 渐变样式

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
wangwangit
2026-07-12 19:43:17 +08:00
parent fac63c498c
commit fe6055051c

View File

@@ -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 */