From 2e0a32ec922479e04cb5d08602a12923c1aaa8ab Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Thu, 15 Jan 2026 16:21:49 +0530 Subject: feat: Update SVG icons for improved design consistency and accessibility --- static/css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'static/css') diff --git a/static/css/main.css b/static/css/main.css index 4e26802..b2cbf4f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -625,6 +625,7 @@ input[type="date"]:focus { font-size: 14px; color: var(--text-muted); cursor: pointer; + -webkit-user-select: none; user-select: none; display: flex; align-items: center; @@ -1139,6 +1140,8 @@ input[type="date"]:focus { .sender-menu-item svg { flex-shrink: 0; + width: 14px; + height: 14px; } /* Email Header Redesign */ @@ -1376,7 +1379,7 @@ input[type="date"]:focus { .email-card-header { position: relative; - padding-bottom: 20px; + padding-bottom: 0px; } .header-top-row { @@ -1414,6 +1417,7 @@ input[type="date"]:focus { justify-content: center; gap: 2px; border-radius: 4px; + color: wheat; } .card-action-btn:hover { @@ -1421,6 +1425,7 @@ input[type="date"]:focus { } .card-action-btn.active { + color: black; background: var(--accent-primary); } -- cgit v1.2.3