팝업창 제목 스타일 적용, 단축키 추가

This commit is contained in:
2026-05-17 21:49:58 +09:00
parent a3d2909bf6
commit 5337ea221b
7 changed files with 157 additions and 51 deletions
+11
View File
@@ -9,6 +9,7 @@
--accent2: #e96af7;
--success: #6af7a0;
--warning: #f7c26a;
--danger: #ff6b7a;
--info: #6ac8f7;
--text: #e8e8f0;
--muted: #8f8fb8;
@@ -548,6 +549,16 @@ footer span { font-size: 11px; color: var(--muted); }
font-size: 15px;
font-weight: 700;
}
.modal-titlebar-warning {
color: var(--warning);
background: rgba(247,194,106,.12);
border-bottom-color: rgba(247,194,106,.35);
}
.modal-titlebar-danger {
color: var(--danger);
background: rgba(255,107,122,.12);
border-bottom-color: rgba(255,107,122,.35);
}
.modal-msg {
font-size: 14px; color: var(--text); line-height: 1.7;
}