From: Jakub Vrana Date: Mon, 7 Apr 2025 17:24:33 +0000 (+0200) Subject: CSS: Avoid footer shadow over text X-Git-Tag: v5.2.0~19 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=c8878d165221dc67f3bd595cfe0ca3c6d2947f1a;p=adminer.git CSS: Avoid footer shadow over text --- diff --git a/adminer/static/default.css b/adminer/static/default.css index c10ff401..9178e127 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -72,7 +72,7 @@ input.wayoff { left: -1000px; position: absolute; } .icon:hover { background-color: red; } .size { width: 7ex; } .help { cursor: help; } -.footer { position: sticky; bottom: 0; margin: 1em -20px .5em 0; box-shadow: 0 -5px 10px 10px var(--bg); } +.footer { position: sticky; bottom: 0; margin: 23px -20px .5em 0; box-shadow: 0 -5px 10px 10px var(--bg); } .footer > div { background: var(--bg); padding: 0 0 .5em; } .footer fieldset { margin-top: 0; } .links a { white-space: nowrap; margin-right: 20px; }