From 89ebeb8fce78a09337cd486f657a2d907d69e65f Mon Sep 17 00:00:00 2001 From: hamed <15238-genius.ha@users.noreply.drupalcode.org> Date: Wed, 15 Jul 2026 16:55:53 +0330 Subject: [PATCH] =?UTF-8?q?style(admin):=20orange=20accent=20for=20=D8=B4?= =?UTF-8?q?=D8=AE=D8=B5=DB=8C=E2=80=8C=D8=B3=D8=A7=D8=B2=DB=8C=20panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apply rgb(241,119,50) exclusively to the personalization (شخصی‌سازی) settings panel — its heading and active segmented buttons — matching the product requirement that this section use the dedicated orange while the rest of the panel keeps tauri's purple. Co-Authored-By: Claude Opus 4.8 (1M context) --- assets/admin/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/admin/styles.css b/assets/admin/styles.css index c1bdc6e2..997ce3da 100644 --- a/assets/admin/styles.css +++ b/assets/admin/styles.css @@ -658,6 +658,9 @@ table.t tbody tr:last-child td { border-bottom: none; } animation: slidein .3s var(--ease); border-radius: 0; max-height: 100%; } +/* رنگ اختصاصی بخش «شخصی‌سازی» — فقط همین پنل، نه جای دیگر پنل */ +.settings-panel .modal-head h2 { color: rgb(241, 119, 50); } +.settings-panel .seg button.on { background: rgb(241, 119, 50); color: #fff; box-shadow: var(--shadow-sm); } /* ── Form rows ───────────────────────────────────────────────── */ .form-row { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }