engine/public/javascripts/admin/aloha/plugins/com.gentics.aloha.plugins.H.../css/HighlightEditables.css

15 lines
382 B
CSS
Raw Normal View History

/*!
* 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;
}