From 35d092f065bbbb18e148d16241daed2b47564fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 7 Mar 2026 23:54:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[planning-design]=20placeholder=20?= =?UTF-8?q?=EC=83=89=EC=83=81=20=EB=8D=94=20=EC=98=85=EA=B2=8C=20+=20itali?= =?UTF-8?q?c=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/rd/planning-design/index.blade.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/resources/views/rd/planning-design/index.blade.php b/resources/views/rd/planning-design/index.blade.php index 38bb35d2..222bdbaf 100644 --- a/resources/views/rd/planning-design/index.blade.php +++ b/resources/views/rd/planning-design/index.blade.php @@ -502,6 +502,14 @@ font-size: 12px; outline: none; } .sb-topbar input:focus { border-color: var(--pc-indigo); } +/* 스토리보드 전역 placeholder 스타일 */ +.sb-topbar input::placeholder, +.sb-topbar select::placeholder, +.sb-editor input::placeholder, +.sb-editor textarea::placeholder, +.sb-editor select::placeholder { color: #c8d0da; font-style: italic; } +.sb-blk-text:empty::before, +.sb-blk-heading:empty::before { font-style: italic; } .sb-topbar-sep { width: 1px; height: 24px; background: #e2e8f0; } .sb-pages-nav { display: flex; align-items: center; gap: 4px; @@ -680,9 +688,9 @@ /* Block type styles */ .sb-blk-text { padding: 6px 8px; font-size: 13px; line-height: 1.7; min-height: 24px; outline: none; color: #334155; } -.sb-blk-text:empty::before { content: attr(data-placeholder); color: #cbd5e1; } +.sb-blk-text:empty::before { content: attr(data-placeholder); color: #c8d0da; } .sb-blk-heading { padding: 8px 8px 4px; font-size: 18px; font-weight: 700; line-height: 1.4; outline: none; color: #1e293b; } -.sb-blk-heading:empty::before { content: '제목을 입력하세요'; color: #cbd5e1; } +.sb-blk-heading:empty::before { content: '제목을 입력하세요'; color: #c8d0da; } .sb-blk-h2 { font-size: 15px; font-weight: 600; } .sb-blk-divider { border: none; border-top: 1px solid #e2e8f0; margin: 8px 0; } .sb-blk-callout {