summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/fixes.css2
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'); }