mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #301 from flashbackzoo/pulls/fix-ie10-drag-handles
Fix drag handles in IE10
This commit is contained in:
commit
91cab7d960
@ -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;
|
||||
}
|
||||
|
@ -22,6 +22,10 @@
|
||||
border-right-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.handle {
|
||||
min-height: 46px;
|
||||
}
|
||||
}
|
||||
|
||||
.ss-gridfield-item.inFieldGroup {
|
||||
|
Loading…
Reference in New Issue
Block a user