From: Jan-Christoph Borchardt Date: Mon, 2 Jun 2014 12:32:07 +0000 (+0200) Subject: fix height of select boxes for OS X X-Git-Tag: v7.0.0alpha2~152^2~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9ffa5780dbbf3abe68b34ba5a679c196ef51a1ac;p=nextcloud-server.git fix height of select boxes for OS X --- diff --git a/core/css/fixes.css b/core/css/fixes.css index 91267c276ae..0f18f0a56cd 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -7,7 +7,7 @@ /* fix height of select boxes for OS X */ select { - min-height: 29px; + height: 32px; } .lte8 .delete-icon { background-image: url('../img/actions/delete.png'); }