summaryrefslogtreecommitdiff
path: root/help3xsl/prism.css
diff options
context:
space:
mode:
authorJuan José González <juanjosegzl@libreoffice.org>2024-04-14 11:14:21 -0600
committerAndras Timar <andras.timar@collabora.com>2024-04-19 12:53:49 +0200
commit7fb7d1daa6a67905417d701f0f85560b8644e80e (patch)
tree8de54f21157457ef758867a8d91d4e2b1f0c2072 /help3xsl/prism.css
parentcea3437fa87daa28f74e778200e5650d59f6779c (diff)
Previously a fix was pushed to prism css file, which can be changed by the upstream project. Instead overwrite the rule in our files. Change-Id: I549b05d4a359343ae0fe09831644a2eed8fb0474 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166076 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 2b438594148c4ee94cb632e7a3d3b64b547706d5) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166211 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'help3xsl/prism.css')
-rw-r--r--help3xsl/prism.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/prism.css b/help3xsl/prism.css
index 54f0bf021e..4610909810 100644
--- a/help3xsl/prism.css
+++ b/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;