fix height of select boxes for OS X

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 2014-05-23 18:03:01 +07:00
parent 574e4f0579
commit 0977911c82
1 changed files with 5 additions and 0 deletions

@ -5,6 +5,11 @@
border: 0;
}
/* fix height of select boxes for OS X */
select {
min-height: 29px;
}
.lte8 .delete-icon { background-image: url('../img/actions/delete.png'); }
.lte8 .delete-icon:hover, .delete-icon:focus {
background-image: url('../img/actions/delete-hover.png');