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:
@@ -161,6 +161,10 @@ th, td {
|
||||
background: #CEE0FC;
|
||||
}
|
||||
|
||||
thead {
|
||||
top: 40px;
|
||||
}
|
||||
|
||||
thead th, thead td {
|
||||
background: #F2EEE1;
|
||||
border-color: #D0CDC4;
|
||||
|
Reference in New Issue
Block a user