]> git.joonet.de Git - adminer.git/commitdiff
Fix background color of <pre> used as edit field
authorPeter Knut <peter@pematon.com>
Mon, 30 Sep 2024 22:33:47 +0000 (00:33 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 10:16:39 +0000 (11:16 +0100)
adminer/static/default.css

index 8f125fd15bb1c5270b009d83e8f7e232d10c13d7..8f751ac6e47a8831fb701cbf081a1d03e46829f2 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, select { vertical-align: middle; }
 input.default { box-shadow: 1px 1px 1px #777; }
 input.required { box-shadow: 1px 1px 1px red; }