From e7e94a86a67c2c28d493f27692609ceff0619185 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Sat, 18 Jan 2025 08:01:50 +0000 Subject: [PATCH] table header: modify shadow --- html/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html/style.css b/html/style.css index 19cfe4e..ffd4844 100644 --- a/html/style.css +++ b/html/style.css @@ -289,7 +289,9 @@ select { position: sticky; top: 0; z-index: 10; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.7); + box-shadow: + 0 -2px 2px -1px rgba(0, 0, 0, 0.5), + 0 2px 2px -1px rgba(0, 0, 0, 0.7); } .aircraft_table_header td { font-size: smaller;