mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 08:09:18 +02:00
add sticky thead to index, langues, and mots-clés tables
This commit is contained in:
@@ -74,16 +74,6 @@
|
||||
padding: 0 0 var(--space-2xl);
|
||||
}
|
||||
|
||||
#admin-table-wrap table thead {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
#admin-table-wrap table thead th {
|
||||
background: var(--bg-primary);
|
||||
}
|
||||
|
||||
.admin-body main > table tbody tr:nth-child(even) {
|
||||
background: var(--bg-secondary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user