summaryrefslogtreecommitdiffstats
path: root/helpcontent2/help3xsl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 11:47:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 11:47:06 +0000
commit8ceff95c69cf9bd9ff5ab3a4b5689925b8bd6a59 (patch)
treeca2b0cc4fba88107f5f6e740285184a061011866 /helpcontent2/help3xsl
parentAdding debian version 4:24.2.3-2. (diff)
downloadlibreoffice-8ceff95c69cf9bd9ff5ab3a4b5689925b8bd6a59.tar.xz
libreoffice-8ceff95c69cf9bd9ff5ab3a4b5689925b8bd6a59.zip
Merging upstream version 4:24.2.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'helpcontent2/help3xsl')
-rw-r--r--helpcontent2/help3xsl/default.css4
-rw-r--r--helpcontent2/help3xsl/prism.css1
2 files changed, 5 insertions, 0 deletions
diff --git a/helpcontent2/help3xsl/default.css b/helpcontent2/help3xsl/default.css
index 5bcd2c28f1..2a1fb17cb8 100644
--- a/helpcontent2/help3xsl/default.css
+++ b/helpcontent2/help3xsl/default.css
@@ -190,6 +190,10 @@ code[class*="language-"], pre[class*="language-"] {
white-space: pre-wrap;
}
+pre[class*="language-"] > code {
+ z-index: 0;
+}
+
/* Table related classes */
/* Special case of table with one cell*/
diff --git a/helpcontent2/help3xsl/prism.css b/helpcontent2/help3xsl/prism.css
index 54f0bf021e..4610909810 100644
--- a/helpcontent2/help3xsl/prism.css
+++ b/helpcontent2/help3xsl/prism.css
@@ -39,6 +39,7 @@ pre[class*="language-"] {
pre[class*="language-"] > code {
position: relative;
+ z-index: 1;
border-left: 10px solid #358ccb;
box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
background-color: #fdfdfd;