From: 0xACE <0xACE@users.noreply.github.com> Date: Fri, 14 Aug 2015 01:26:35 +0000 (+0200) Subject: Breadcumb no longer blocks the logout button. X-Git-Tag: v4.3.0~44 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=cd8ff96a09b03fb97ae4821e93bebc11b9018a5b;p=adminer.git Breadcumb no longer blocks the logout button. Not sure why the top bar is blocking the logout button. This patch allows the user to see and click the logout button. --- diff --git a/designs/pappu687/adminer.css b/designs/pappu687/adminer.css index cc29f19c..24abe99a 100644 --- a/designs/pappu687/adminer.css +++ b/designs/pappu687/adminer.css @@ -286,6 +286,10 @@ input[name=logout]:hover { color:red; } +.logout { + z-index:3; +} + .js .column { background:#ecf0f1; }