1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 20:31:19 +02:00

CSS: Sticky table headers (fix #918)

This commit is contained in:
Jakub Vrana
2025-03-18 02:10:41 +01:00
parent c1eccc9cdd
commit 29f954069d
11 changed files with 33 additions and 4 deletions

View File

@@ -161,6 +161,10 @@ th, td {
background: #CEE0FC;
}
thead {
top: 40px;
}
thead th, thead td {
background: #F2EEE1;
border-color: #D0CDC4;