diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-02 14:32:07 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-02 14:32:07 +0200 |
commit | 9ffa5780dbbf3abe68b34ba5a679c196ef51a1ac (patch) | |
tree | 4889a0380afebefe1e60f459cc2aa345909843ce /core | |
parent | f0e69b2b99174c29859729c0d91d8b4a97c6f28b (diff) | |
download | nextcloud-server-9ffa5780dbbf3abe68b34ba5a679c196ef51a1ac.tar.gz nextcloud-server-9ffa5780dbbf3abe68b34ba5a679c196ef51a1ac.zip |
fix height of select boxes for OS X
Diffstat (limited to 'core')
-rw-r--r-- | core/css/fixes.css | 2 |
1 files changed, 1 insertions, 1 deletions
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'); } |