mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Render broken link in HtmlEditorField
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.
This commit is contained in:
parent
3510b60ab8
commit
79205f7d43
1
admin/css/editor.css
Normal file
1
admin/css/editor.css
Normal file
@ -0,0 +1 @@
|
||||
body.mceContentBody a.ss-broken { background-color: #FF7B71; border: 1px red solid; color: #fff; padding: 1px; text-decoration: underline; }
|
7
admin/scss/editor.scss
Normal file
7
admin/scss/editor.scss
Normal file
@ -0,0 +1,7 @@
|
||||
body.mceContentBody a.ss-broken {
|
||||
background-color: #FF7B71;
|
||||
border: 1px red solid;
|
||||
color: #fff;
|
||||
padding: 1px;
|
||||
text-decoration: underline;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user