Merge pull request #301 from flashbackzoo/pulls/fix-ie10-drag-handles

Fix drag handles in IE10
This commit is contained in:
Damian Mooyman 2015-08-20 15:21:50 +12:00
commit 91cab7d960
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 {