mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
79205f7d43
Regression: 2.4 had this in the default cms/css/editor.css, which got moved to the simple theme at some point, where this styling was removed.
7 lines
145 B
SCSS
7 lines
145 B
SCSS
body.mceContentBody a.ss-broken {
|
|
background-color: #FF7B71;
|
|
border: 1px red solid;
|
|
color: #fff;
|
|
padding: 1px;
|
|
text-decoration: underline;
|
|
} |