mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
MINOR: Renamed the broken link style to .ss-broken to avoid conflicts.
From: Andrew Short <andrewjshort@gmail.com> git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@88517 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b01f25daf7
commit
c90e47db28
@ -11,10 +11,10 @@ body.mceContentBody {
|
|||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mceContentBody a.broken {
|
body.mceContentBody a.ss-broken {
|
||||||
background-color: #FF7B71;
|
background-color: #FF7B71;
|
||||||
border: 1px red solid;
|
border: 1px red solid;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user