From 2dd1980fa1d3638635dac884391fbbb579dba2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Cap=C3=B3?= Date: Fri, 11 Apr 2025 21:16:19 +0200 Subject: [PATCH] fix css --- adminer.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adminer.css b/adminer.css index 39bafc4..3d138e0 100644 --- a/adminer.css +++ b/adminer.css @@ -26,13 +26,13 @@ a, a:visited { } #dbs label { - display: none; } .footer { position: initial; background: transparent; border-top: 0; + box-shadow: none; } .footer > div { @@ -355,6 +355,9 @@ input[name=logout]:hover { .logout { z-index: 3; position: fixed; + background-color: transparent; + box-shadow: none; + color: #FFF; } .js .column {