]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix height of select boxes for OS X
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 12:32:07 +0000 (14:32 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 12:32:07 +0000 (14:32 +0200)
core/css/fixes.css

index 91267c276ae72573c6bc444f812d4c0874d94a7f..0f18f0a56cd0ad5c8337afd48c374c941d5cc3d4 100644 (file)
@@ -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'); }