mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
Merge pull request #299 from flashbackzoo/pulls/fix-ie8-bottom-border
Fix IE8 bottom border on editor
This commit is contained in:
commit
d3e42f3490
@ -1,6 +1,9 @@
|
|||||||
/**
|
/**
|
||||||
* Styles for cms
|
* Styles for cms
|
||||||
*/
|
*/
|
||||||
|
.cms .uf-field-editor {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
.cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item, .cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item:hover {
|
.cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item, .cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item:hover {
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
.cms {
|
.cms {
|
||||||
.uf-field-editor {
|
.uf-field-editor {
|
||||||
|
padding-bottom: 0;
|
||||||
|
|
||||||
// Row styles
|
// Row styles
|
||||||
table.ss-gridfield-table {
|
table.ss-gridfield-table {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user