25 lines
342 B
CSS
25 lines
342 B
CSS
![]() |
.editLabel {
|
||
|
font-size : small;
|
||
|
padding : 0 5px;
|
||
|
display : none;
|
||
|
}
|
||
|
|
||
|
.editableRegion {
|
||
|
background-color : #ffc !important;
|
||
|
cursor : pointer;
|
||
|
_cursor : hand;
|
||
|
}
|
||
|
|
||
|
.editableRegion .editLabel {
|
||
|
display : inline;
|
||
|
}
|
||
|
|
||
|
.editableTextareaRegion .editLabel {
|
||
|
display : block;
|
||
|
}
|
||
|
|
||
|
.inlineEditBox {
|
||
|
/*background-color : #ffc;*/
|
||
|
display : inline;
|
||
|
}
|