From fdae5a9f4f1c334b587f207cbe5e3eee58f37626 Mon Sep 17 00:00:00 2001 From: Lionel Laffineur Date: Tue, 11 Jul 2023 23:53:45 +0200 Subject: [PATCH] Also slightly adjusted l&f of select --- adminer/static/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/adminer/static/default.css b/adminer/static/default.css index 71d206b6..9b84ac78 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -30,6 +30,7 @@ input.required { box-shadow: 1px 1px 1px red; } input.maxlength { box-shadow: 1px 1px 1px red; } input.wayoff { left: -1000px; position: absolute; } input[type='submit'] { padding-left: 10px; padding-right: 10px; } +select { border-radius: 5px; padding: 2px; vertical-align: middle;; } .block { display: block; } .version { color: #777; font-size: 50%; } .js .hidden, .nojs .jsonly { display: none; }