Index: openacs-4/packages/xowf/www/resources/test-item.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/resources/test-item.css,v diff -u -r1.1.2.33 -r1.1.2.34 --- openacs-4/packages/xowf/www/resources/test-item.css 5 Apr 2021 18:02:55 -0000 1.1.2.33 +++ openacs-4/packages/xowf/www/resources/test-item.css 7 May 2021 09:24:44 -0000 1.1.2.34 @@ -188,15 +188,15 @@ div.text_interaction div.textarea span.match-contains, div.short_text_interaction div.textarea span.match-contains, div.short_text_interaction div.text span.match-contains { - background: #DDFF99; /*#FFFFAA;*/ - margin: 0px 2px; /* otherwise two spans separated by space merge visually */ + background: #DDFF99 !important; /* Needed for printing, bootstrap.css clears background otherwise */ + margin: 0px 2px; /* Otherwise two spans separated by space merge visually */ } div.text_interaction div.textarea span.match-contains-not, div.short_text_interaction div.textarea span.match-contains-not, div.short_text_interaction div.text span.match-contains-not { - background: #FFDDA0; /*#FFFFAA;*/ - margin: 0px 2px; /* otherwise two spans separated by space merge visually */ + background: #FFDDA0 !important; /* Needed for printing, bootstrap.css clears background otherwise */ + margin: 0px 2px; /* Otherwise two spans separated by space merge visually */ } div.short_text_interaction div.description {