donation/public/assets/scss/custom/plugins/_x-editable.scss

15 lines
279 B
SCSS

//
// x-editable.scss
//
.editable-clear-x {
background: url("../images/plugins/clear.png") center center no-repeat;
}
.editableform-loading {
background: url('../images/plugins/loading.gif') center center no-repeat;
}
.editable-checklist label {
display: block;
}