Files
x-editable-bs5/src/element/editable-element.css
vitalets ccdff0ee51 init
2012-11-09 12:58:42 +04:00

25 lines
490 B
CSS

.editable-click, a.editable-click, a.editable-click:hover {
text-decoration: none;
border-bottom: dashed 1px #0088cc;
}
.editable-empty, .editable-empty:hover{
font-style: italic;
color: #DD1144;
border-bottom: none;
text-decoration: none;
}
.editable-unsaved {
font-weight: bold;
}
.editable-unsaved:after {
/* content: '*'*/
}
.editable-disabled, a.editable-disabled, a.editable-disabled:hover {
color: black;
cursor: default;
text-decoration: none;
}