fix height of select boxes for OS X

This commit is contained in:
Jan-Christoph Borchardt 2014-06-02 14:32:07 +02:00
parent f0e69b2b99
commit 9ffa5780db
1 changed files with 1 additions and 1 deletions

View 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'); }