table header: modify shadow
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user