2015-08-10 17:03:36 +12:00
|
|
|
/**
|
2015-08-12 12:50:14 +12:00
|
|
|
* Styles for cms
|
2015-08-10 17:03:36 +12:00
|
|
|
*/
|
2015-08-12 12:50:14 +12:00
|
|
|
.cms .ss-gridfield > div.ss-gridfield-buttonrow-before {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
.cms table.ss-gridfield-table .ss-gridfield-item[data-class='EditableFormStep'], .cms table.ss-gridfield-table .ss-gridfield-item[data-class='EditableFormStep']:hover {
|
|
|
|
background: #dae2e7;
|
|
|
|
}
|
|
|
|
.cms table.ss-gridfield-table .ss-gridfield-item[data-class='EditableFormStep'] label {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #444;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
.cms table.ss-gridfield-table .ss-gridfield-item[data-class^='EditableFieldGroup'], .cms table.ss-gridfield-table .ss-gridfield-item[data-class^='EditableFieldGroup']:hover {
|
|
|
|
background: #E7EFF4;
|
|
|
|
}
|
|
|
|
.cms table.ss-gridfield-table .ss-gridfield-item[data-class^='EditableFieldGroup'] label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.cms table.ss-gridfield-table .ss-gridfield-item[data-class='EditableFieldGroupEnd'] .col-Title input {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.cms table.ss-gridfield-table .ss-gridfield-item.inFieldGroup .col-reorder,
|
|
|
|
.cms table.ss-gridfield-table .ss-gridfield-item.inFieldGroup .handle {
|
|
|
|
background: #E7EFF4;
|
2015-08-10 17:03:36 +12:00
|
|
|
}
|