]> git.joonet.de Git - adminer.git/commitdiff
Revert "Fix background color of <pre> used as edit field"
authorJakub Vrana <jakub@vrana.cz>
Tue, 4 Mar 2025 10:04:26 +0000 (11:04 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 4 Mar 2025 10:04:26 +0000 (11:04 +0100)
This reverts commit 0717bce53515ecae1924b1faef3058a9b16d3c54.

adminer/static/default.css

index 54019bfeec167e6b497a46d7658e247d02453eaa..0c27c579d165a126e9199cca1952b181ef17711f 100644 (file)
@@ -23,7 +23,6 @@ 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; }