From fdd28d63b2bc2d8ae0bd19bfede4dbef4595c70e Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Wed, 1 Apr 2026 08:51:43 +0900 Subject: [PATCH] =?UTF-8?q?fix(monthly-comparison):=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=20=EA=B9=9C=EB=B9=A1=EC=9E=84=20=EC=A0=9C=EA=B1=B0=20+=20?= =?UTF-8?q?=EB=B1=83=EC=A7=80=20=EC=83=89=EC=83=81=20=EA=B5=AC=EB=B3=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - bottomActions: HTML에서 기본 hidden (JS 로드 전 깜빡임 방지) - 검토완료: 초록 배경, 확인완료: 진한 초록, 확인요청: 파랑, 수정요청: 주황 Co-Authored-By: Claude Opus 4.6 (1M context) --- system1-factory/web/css/monthly-comparison.css | 6 +++--- .../web/pages/attendance/monthly-comparison.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/system1-factory/web/css/monthly-comparison.css b/system1-factory/web/css/monthly-comparison.css index b16735d..9426e07 100644 --- a/system1-factory/web/css/monthly-comparison.css +++ b/system1-factory/web/css/monthly-comparison.css @@ -209,10 +209,10 @@ font-size: 0.65rem; font-weight: 600; padding: 2px 8px; border-radius: 10px; } -.mc-worker-status-badge.confirmed { background: #dcfce7; color: #166534; } -.mc-worker-status-badge.admin_checked { background: #dbeafe; color: #1e40af; } +.mc-worker-status-badge.confirmed { background: #166534; color: white; } +.mc-worker-status-badge.admin_checked { background: #dcfce7; color: #166534; } .mc-worker-status-badge.pending { background: #fef3c7; color: #92400e; } -.mc-worker-status-badge.review_sent { background: #e0e7ff; color: #3730a3; } +.mc-worker-status-badge.review_sent { background: #dbeafe; color: #1e40af; } .mc-worker-status-badge.change_request { background: #fff7ed; color: #c2410c; } .mc-worker-status-badge.rejected { background: #fef2f2; color: #991b1b; } .mc-worker-reject-reason { diff --git a/system1-factory/web/pages/attendance/monthly-comparison.html b/system1-factory/web/pages/attendance/monthly-comparison.html index 4abed0e..ff096dc 100644 --- a/system1-factory/web/pages/attendance/monthly-comparison.html +++ b/system1-factory/web/pages/attendance/monthly-comparison.html @@ -73,7 +73,7 @@
-
+