mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix height of select boxes for OS X
This commit is contained in:
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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue