mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix height of select boxes for OS X
This commit is contained in:
parent
f0e69b2b99
commit
9ffa5780db
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue