blob: 31f0d06f5f3a517610ca0c6b83451dbc33a6caf5 [file] [log] [blame]
.editLabel {
font-size : small;
padding : 0 5px;
display : none;
}
.editableRegionDisabled {
cursor : pointer;
_cursor : hand;
}
.editableRegion {
background-color : #ffc !important;
cursor : pointer;
_cursor : hand;
}
.editableRegion .editLabel {
display : inline;
}
.editableTextareaRegion .editLabel {
display : block;
}
.inlineEditBox {
/*background-color : #ffc;*/
display : inline;
}