파일 기능 버튼의 디자인을 btn-warning으로 변경

This commit is contained in:
2026-05-14 16:37:46 +09:00
parent fb5751f885
commit 722e2abb65
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -8,6 +8,7 @@
--accent: #7c6af7;
--accent2: #e96af7;
--success: #6af7a0;
--warning: #f7c26a;
--text: #e8e8f0;
--muted: #6b6b8a;
--drag-over: #3a2e70;
@@ -102,6 +103,9 @@ body.fullscreen #titlebar {
.btn-success { background: #1a4a2e; color: var(--success); border: 1px solid #2a6a40; }
.btn-success:hover { background: #204a34; }
.btn-success:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.btn-warning { background: #3a2a10; color: var(--warning); border: 1px solid #5a4020; }
.btn-warning:hover { background: #4a3518; }
.btn-warning:disabled { opacity: .4; cursor: not-allowed; }
.separator { width: 1px; height: 24px; background: var(--border); margin: 0 4px; }
/* ── 포맷 바 ── */