15 lines
382 B
CSS
15 lines
382 B
CSS
/*!
|
|
* Aloha Editor
|
|
* Author & Copyright (c) 2010 Gentics Software GmbH
|
|
* aloha-sales@gentics.com
|
|
* Licensed unter the terms of http://www.aloha-editor.com/license.html
|
|
*/
|
|
|
|
.GENTICS_editable_highlight {
|
|
outline: #FFE767 solid 5px !important;
|
|
}
|
|
|
|
.GENTICS_editable_active, .GENTICS_editable_active[contenteditable=true]:focus {
|
|
outline: #B7D6FA solid 5px !important;
|
|
}
|