fix height of select boxes for OS X

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 11 years ago
parent f0e69b2b99
commit 9ffa5780db
  1. 2
      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'); }

Loading…
Cancel
Save