mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
c90e47db28
From: Andrew Short <andrewjshort@gmail.com> git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@88517 467b73ca-7a2a-4603-9d3b-597d59a354a9
20 lines
312 B
CSS
Executable File
20 lines
312 B
CSS
Executable File
/**
|
|
* Default Editor Styles for the CMS
|
|
*/
|
|
|
|
.typography .mceItemFlash {
|
|
border: 1px dotted #f00;
|
|
}
|
|
|
|
body.mceContentBody {
|
|
min-height: 200px;
|
|
font-size: 62.5%;
|
|
}
|
|
|
|
body.mceContentBody a.ss-broken {
|
|
background-color: #FF7B71;
|
|
border: 1px red solid;
|
|
color: #fff;
|
|
padding: 1px;
|
|
text-decoration: underline;
|
|
} |