Merge branch 'MDL-82255-404' of https://github.com/raortegar/moodle into MOODLE_404_STABLE

This commit is contained in:
Jun Pataleta 2024-09-02 16:01:50 +08:00
commit eb05d37e5b
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -10,4 +10,18 @@ body.mce-content-body a[data-mce-selected="inline-boundary"] {
body.mce-content-body a {
color: #0f6cbf;
}
/** */
/** blockquote */
.mce-content-body:not([dir=rtl]) blockquote {
margin: 0 0.5rem 1rem;
padding-left: 1rem;
color: #495057;
border-left: 5px solid #8f959e;
}
.mce-content-body[dir=rtl] blockquote {
margin: 0 0.5rem 1rem;
padding-right: 1rem;
color: #495057;
border-right: 5px solid #8f959e;
}
/** */