1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-19 21:01:31 +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

@@ -6,7 +6,7 @@ a:visited { color: #517fa8; }
a:link:hover, a:visited:hover { color: #9bc0e1; }
h1 { border-color: #5e94c1; color: #ffddbf; background: #154269; }
h2 { border-color: #a3bdd3; color: #000; background: #3c678d; }
td, th { border-color: #0e416d; }
table, td, th { border-color: #0e416d; }
th { background: #11385a; }
thead td, thead th { color: #a8b05f; background: #011d35; }
thead th a { color: #a8b05f; }