From 2fae2c77807a928936107252fe3acecc94dd605a Mon Sep 17 00:00:00 2001 From: Admin9705 <9705@duck.com> Date: Fri, 16 May 2025 13:49:14 -0400 Subject: [PATCH] style: add gradient background and border to scheduling section for enhanced visual appeal --- frontend/static/css/new-style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/static/css/new-style.css b/frontend/static/css/new-style.css index 2bb38725..fba69050 100644 --- a/frontend/static/css/new-style.css +++ b/frontend/static/css/new-style.css @@ -1106,6 +1106,8 @@ section[id*="scheduling"] select.form-control, border-radius: 6px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); + background: linear-gradient(to right, rgba(52, 152, 219, 0.8), rgba(52, 152, 219, 0.6)); + border-left: 4px solid #3498db; } .setting-item {