mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2316 from chillu/pulls/editor-brokenlink
Render broken link in HtmlEditorField
This commit is contained in:
commit
1621d6afde
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…
Reference in New Issue
Block a user