From: Peter Knut Date: Mon, 30 Sep 2024 22:33:47 +0000 (+0200) Subject: Fix background color of
 used as edit field
X-Git-Tag: v4.16.0~87
X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=0717bce53515ecae1924b1faef3058a9b16d3c54;p=adminer.git

Fix background color of 
 used as edit field
---

diff --git a/adminer/static/default.css b/adminer/static/default.css
index 8f125fd1..8f751ac6 100644
--- a/adminer/static/default.css
+++ b/adminer/static/default.css
@@ -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; }