1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 08:06:59 +02:00

Fix background color of <pre> used as edit field

This commit is contained in:
Peter Knut
2024-10-01 00:33:47 +02:00
committed by Jakub Vrana
parent 53aad3bb62
commit 0717bce535

View File

@@ -23,6 +23,7 @@ code { background: #eee; }
tbody tr:hover td, tbody tr:hover th { background: #eee; }
pre { margin: 1em 0 0; }
pre, textarea { font: 100%/1.25 monospace; }
pre.jush { background: #fff; }
input, select { vertical-align: middle; }
input.default { box-shadow: 1px 1px 1px #777; }
input.required { box-shadow: 1px 1px 1px red; }