From 951dda5d4736cd3e12eb18bed4281e0be946a763 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 15 May 2025 22:01:51 +0300 Subject: [PATCH] Fix DatePicker style regression --- app/styles/common.css | 4 ++-- app/styles/elements.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/common.css b/app/styles/common.css index 4ebe72c3b..7f689b25b 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -351,11 +351,11 @@ select:focus { padding: var(--s-2) var(--s-2-5); } -table tr:first-child td { +.my-table tr:first-child td { border-top: 1px solid var(--border); } -table td { +.my-table td { border-bottom: 1px solid var(--border); } diff --git a/app/styles/elements.css b/app/styles/elements.css index dd4af1549..2efbd7c2c 100644 --- a/app/styles/elements.css +++ b/app/styles/elements.css @@ -51,7 +51,7 @@ margin-inline-start: auto; background-color: transparent; border: none; - margin-block-start: -6px; + margin-block-start: -9px; margin-inline-end: -8px; outline: none; }