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

Add border to column actions (fix #1072)

This commit is contained in:
Jakub Vrana
2025-05-04 11:39:04 +02:00
parent 61f2b370df
commit 48160f2cd7
3 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ a, a:visited { color: #618cb3; }
a:link:hover, a:visited:hover { color: #9bc0e1; }
h1 { border-color: #5e94c1; color: #ffddbf; }
h2 { border-color: #a3bdd3; color: #000; background: #3c678d; }
table, td, th { border-color: #0e416d; }
table, td, th, .js .column { border-color: #0e416d; }
th { background: #11385a; }
thead td, thead th, thead th a { color: #a8b05f; }
fieldset { border-color: #16548a; }