init
This commit is contained in:
25
src/element/editable-element.css
Normal file
25
src/element/editable-element.css
Normal file
@@ -0,0 +1,25 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user