From 25aa47040f86f958548a40c1b0d0dbe06da2065b Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Mon, 23 Jan 2023 17:53:46 -0500 Subject: [PATCH] ISTWCMS-6110: make the mark element more or less match the front end --- css/uw_ckeditor.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/uw_ckeditor.css b/css/uw_ckeditor.css index dc533b17..258a8273 100644 --- a/css/uw_ckeditor.css +++ b/css/uw_ckeditor.css @@ -139,6 +139,15 @@ li > *:last-child { margin-bottom: 0; } +mark { + background: #ffea30; + color: #000000; + padding: 0.063rem 0.125rem; + /* Ensure the padding shows when there are line breaks. */ + -webkit-box-decoration-break: clone; + box-decoration-break: clone; +} + @media print { li { page-break-inside: avoid; -- GitLab