From: Jakub Vrana Date: Tue, 4 Mar 2025 17:11:32 +0000 (+0100) Subject: Reapply "Fix background color of
 used as edit field"
X-Git-Tag: v5.0.0~78
X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=d61678f5cbd5de83d26fa580bc01f016bc70515f;p=adminer.git

Reapply "Fix background color of 
 used as edit field"

This reverts commit 9b25969fb265be6cce5f135c29f95e308227063a.
---

diff --git a/adminer/static/default.css b/adminer/static/default.css
index 0c27c579..54019bfe 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, textarea { box-sizing: border-box; }
 input, select { vertical-align: middle; }
 input.default { box-shadow: 1px 1px 1px #777; }