From 5fe0c7993d75e9461e6f3b022d00d9fcf97af635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Cap=C3=B3?= Date: Wed, 17 Jan 2024 13:17:46 +0100 Subject: [PATCH] small nice fixes --- adminer.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/adminer.css b/adminer.css index eeeaa04..39bafc4 100644 --- a/adminer.css +++ b/adminer.css @@ -466,3 +466,11 @@ i { font-size: 12px; height: 10px; } + +#table tbody tr td a.edit, +#fieldset-history a.edit, +#table thead tr td a.edit-all, +#fieldset-history a.edit-all { + font-size: 12px; + background: transparent; +}