]> git.joonet.de Git - adminer.git/commitdiff
CSS: Avoid footer shadow over text
authorJakub Vrana <jakub@vrana.cz>
Mon, 7 Apr 2025 17:24:33 +0000 (19:24 +0200)
committerJakub Vrana <jakub@vrana.cz>
Mon, 7 Apr 2025 17:24:33 +0000 (19:24 +0200)
adminer/static/default.css

index c10ff4016c55cf66a8c2925ccb73241f84d14ba2..9178e1272c2fff59c02ec71df45007f72257b36b 100644 (file)
@@ -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; }