Fix drag handles in IE10

This commit is contained in:
David Craig 2015-08-20 10:54:36 +12:00
parent 1fbdda29b8
commit 8e14131e3f
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,9 @@
.cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item td:last-child {
border-right-width: 1px;
}
.cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item .handle {
min-height: 46px;
}
.cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item.inFieldGroup, .cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item.inFieldGroup:hover {
background: #f2f9fd;
}

View File

@ -22,6 +22,10 @@
border-right-width: 1px;
}
}
.handle {
min-height: 46px;
}
}
.ss-gridfield-item.inFieldGroup {