Merge claude/2
This commit is contained in:
commit
015793baf6
@ -84,16 +84,10 @@
|
||||
transition: transform 0.12s ease, background 0.12s ease, box-shadow 0.12s ease;
|
||||
}
|
||||
|
||||
.backup-primary-btn {
|
||||
background: linear-gradient(135deg, var(--accent), var(--accent-hover));
|
||||
color: var(--text-primary);
|
||||
box-shadow: 0 4px 12px rgba(var(--accent-rgb), 0.25);
|
||||
}
|
||||
|
||||
.backup-primary-btn:hover {
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 6px 18px rgba(var(--accent-rgb), 0.35);
|
||||
}
|
||||
/* .backup-primary-btn and .backup-danger-btn take their fill, text and hover
|
||||
from the shared nebula button rules in themes.css (the .btn-primary and
|
||||
.btn-uninstall groups), so they match the config-page buttons exactly across
|
||||
themes. Only the shared layout above lives here — no local gradient/shadow. */
|
||||
|
||||
.backup-secondary-btn,
|
||||
.backup-refresh-btn {
|
||||
@ -107,16 +101,6 @@
|
||||
background: rgba(var(--text-rgb), 0.1);
|
||||
}
|
||||
|
||||
.backup-danger-btn {
|
||||
background: linear-gradient(135deg, #dc2626, #b91c1c);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.backup-danger-btn:hover {
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 6px 18px rgba(220, 38, 38, 0.35);
|
||||
}
|
||||
|
||||
.backup-tabpanel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -120,14 +120,16 @@
|
||||
}
|
||||
|
||||
.uninstall-btn,
|
||||
.btn-uninstall {
|
||||
.btn-uninstall,
|
||||
.backup-danger-btn {
|
||||
background: var(--status-danger) !important;
|
||||
color: #ffffff !important;
|
||||
border: 1px solid var(--status-danger) !important;
|
||||
}
|
||||
|
||||
.uninstall-btn:hover:not(:disabled),
|
||||
.btn-uninstall:hover:not(:disabled) {
|
||||
.btn-uninstall:hover:not(:disabled),
|
||||
.backup-danger-btn:hover:not(:disabled) {
|
||||
background: var(--status-danger-hover) !important;
|
||||
border-color: var(--status-danger-hover) !important;
|
||||
}
|
||||
@ -135,6 +137,7 @@
|
||||
.manage-btn,
|
||||
.btn-manage,
|
||||
.btn-primary,
|
||||
.backup-primary-btn,
|
||||
.app-card .manage-btn,
|
||||
.app-card-actions .manage-btn {
|
||||
background: var(--accent) !important;
|
||||
@ -145,6 +148,7 @@
|
||||
.manage-btn:hover:not(:disabled),
|
||||
.btn-manage:hover:not(:disabled),
|
||||
.btn-primary:hover:not(:disabled),
|
||||
.backup-primary-btn:hover:not(:disabled),
|
||||
.app-card .manage-btn:hover:not(:disabled),
|
||||
.app-card-actions .manage-btn:hover:not(:disabled) {
|
||||
background: var(--accent-hover) !important;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user