mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Fix IE8 bottom border on editor
This commit is contained in:
parent
ee62d8956f
commit
155630fdda
@ -1,6 +1,9 @@
|
||||
/**
|
||||
* 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 {
|
||||
background: white;
|
||||
}
|
||||
|
@ -4,7 +4,8 @@
|
||||
|
||||
.cms {
|
||||
.uf-field-editor {
|
||||
|
||||
padding-bottom: 0;
|
||||
|
||||
// Row styles
|
||||
table.ss-gridfield-table {
|
||||
// Standard rows
|
||||
|
Loading…
Reference in New Issue
Block a user