table header: modify shadow

This commit is contained in:
Matthias Wirth
2025-01-18 08:01:50 +00:00
parent 21d1ba8072
commit e7e94a86a6

View File

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