From cd8ff96a09b03fb97ae4821e93bebc11b9018a5b Mon Sep 17 00:00:00 2001 From: 0xACE <0xACE@users.noreply.github.com> Date: Fri, 14 Aug 2015 03:26:35 +0200 Subject: [PATCH] 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. --- designs/pappu687/adminer.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }