mirror of
https://github.com/vrana/adminer.git
synced 2025-09-09 05:40:45 +02:00
CSS: Sticky table headers (fix #918)
This commit is contained in:
@@ -59,6 +59,8 @@ tr:first-child td, tr:first-child th {
|
||||
border-top-width: 0; }
|
||||
td:first-child, th:first-child {
|
||||
border-left-width: 0; }
|
||||
thead {
|
||||
top: -1px; }
|
||||
thead td, thead th {
|
||||
background-color: #EEE;
|
||||
border: none;
|
||||
|
Reference in New Issue
Block a user