From: Jakub Vrana Date: Fri, 18 Apr 2025 12:37:16 +0000 (+0200) Subject: CSS: Remove icon padding on iOS X-Git-Tag: v5.3.0~21 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=1030e849044232c9bf4599ccb2e73442bd2a7555;p=adminer.git CSS: Remove icon padding on iOS --- diff --git a/adminer/static/default.css b/adminer/static/default.css index 313ca59d..9b9e2988 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -68,7 +68,7 @@ input.wayoff { left: -1000px; position: absolute; } .sqlarea { width: 98%; } .sql-footer { margin-bottom: 2.5em; } .explain table { white-space: pre; } -.icon { width: 18px; height: 18px; background: navy center no-repeat; border: 0; vertical-align: middle; } +.icon { width: 18px; height: 18px; background: navy center no-repeat; border: 0; padding: 0; vertical-align: middle; } .icon span { display: none; } .icon:hover { background-color: red; } .size { width: 7ex; }