툴바 버튼 수정

This commit is contained in:
2026-05-14 17:11:00 +09:00
parent e002e4e72d
commit d0eca5f477
2 changed files with 11 additions and 7 deletions
+9 -4
View File
@@ -9,6 +9,7 @@
--accent2: #e96af7;
--success: #6af7a0;
--warning: #f7c26a;
--info: #6ac8f7;
--text: #e8e8f0;
--muted: #6b6b8a;
--drag-over: #3a2e70;
@@ -83,10 +84,14 @@ body.fullscreen #titlebar {
.btn-ghost:hover { background: var(--card); }
.btn-ghost:disabled { color: var(--muted); border-color: var(--border); opacity: .4; cursor: not-allowed; }
.btn-ghost.active { border-color: var(--accent); color: var(--accent); }
.btn-info { background: #0d2535; color: var(--info); border: 1px solid #1a4060; }
.btn-info:hover { background: #132e42; }
.btn-info:disabled { opacity: .4; cursor: not-allowed; }
.btn-info:not(.active) { opacity: .4; }
.sort-group {
display: flex;
background: var(--card);
border: 1px solid var(--border);
background: #0d2535;
border: 1px solid #1a4060;
border-radius: 8px;
padding: 3px;
gap: 2px;
@@ -99,8 +104,8 @@ body.fullscreen #titlebar {
background: transparent; color: var(--muted);
transition: background .15s, color .15s;
}
.sort-btn:hover { background: var(--surface); color: var(--text); }
.sort-btn.active { background: var(--accent); color: #fff; }
.sort-btn:hover { background: #132e42; color: var(--info); }
.sort-btn.active { background: #1a3a4a; color: var(--info); }
.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; }