15 lines
282 B
CSS
15 lines
282 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_link_error {
|
|
color: red !important;
|
|
}
|
|
|
|
.GENTICS_link_warn {
|
|
color: red !important;
|
|
}
|