15 lines
279 B
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;
|
|
} |