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

Reapply "Fix background color of <pre> used as edit field"

This reverts commit 9b25969fb2.
This commit is contained in:
Jakub Vrana
2025-03-04 18:11:32 +01:00
parent 94088474dd
commit d61678f5cb

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, textarea { box-sizing: border-box; }
input, select { vertical-align: middle; }
input.default { box-shadow: 1px 1px 1px #777; }