mirror of
https://github.com/vrana/adminer.git
synced 2025-09-03 03:13:00 +02:00
CSS: Sticky table headers (fix #918)
This commit is contained in:
@@ -423,6 +423,9 @@ table {
|
||||
border-radius: 2px !important;
|
||||
box-shadow: 0px 0px 3px rgba(0,0,0,0.30) !important;
|
||||
}
|
||||
thead {
|
||||
top: 34px;
|
||||
}
|
||||
thead td, thead th {
|
||||
background: #eee;
|
||||
}
|
||||
|
Reference in New Issue
Block a user