]> git.joonet.de Git - adminer.git/commitdiff
CSS: Remove icon padding on iOS
authorJakub Vrana <jakub@vrana.cz>
Fri, 18 Apr 2025 12:37:16 +0000 (14:37 +0200)
committerJakub Vrana <jakub@vrana.cz>
Fri, 18 Apr 2025 12:37:16 +0000 (14:37 +0200)
adminer/static/default.css

index 313ca59d4eb76af0c67b415c1b7c0c4e34dc7e89..9b9e2988120775e793d72eeb1579f5e547579f3a 100644 (file)
@@ -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; }