From d27ee7a3881eeb5bc5cc92e6418e07df86e600ee Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 9 Feb 2018 21:55:18 +0100 Subject: [PATCH] Make footer margin not transparent --- adminer/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/static/default.css b/adminer/static/default.css index b9547340..1a35a83f 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -59,7 +59,7 @@ input.wayoff { left: -1000px; position: absolute; } .size { width: 6ex; } .help { cursor: help; } .footer { position: sticky; bottom: 0; border-top: 20px solid rgba(255, 255, 255, .7); border-image: linear-gradient(rgba(255, 255, 255, 0), #fff) 100% 0; } -.footer > div { background: #fff; padding: 0 0 .5em; } +.footer > div { background: #fff; padding: 1px 0 .5em; } .links a { white-space: nowrap; margin-right: 20px; } .logout { margin-top: .5em; position: absolute; top: 0; right: 0; } .loadmore { margin-left: 1ex; }