style: add gradient background and border to scheduling section for enhanced visual appeal

This commit is contained in:
Admin9705
2025-05-16 13:49:14 -04:00
parent 2819d597ef
commit 2fae2c7780

View File

@@ -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 {