]> git.joonet.de Git - adminer.git/commitdiff
Reapply "Fix background color of <pre> used as edit field"
authorJakub Vrana <jakub@vrana.cz>
Tue, 4 Mar 2025 17:11:32 +0000 (18:11 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 4 Mar 2025 17:11:32 +0000 (18:11 +0100)
This reverts commit 9b25969fb265be6cce5f135c29f95e308227063a.

adminer/static/default.css

index 0c27c579d165a126e9199cca1952b181ef17711f..54019bfeec167e6b497a46d7658e247d02453eaa 100644 (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; }