diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-01 22:07:15 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-06-01 22:07:15 +0000 |
commit | 2a717b741fa03937a6fd6325e8afbc53d7ec8824 (patch) | |
tree | 300ced589cf560daaefe3b37febb2f6182a1d404 /usr | |
parent | bca2c3a590f61f421bf8cac73b7083da32e35c3e (diff) |
hightlight new version update add new CSS rule
https://gitlab.com/saalen/highlight/-/issues/214
Diffstat (limited to 'usr')
-rw-r--r-- | usr/share/webapps/cgit/highlight.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/share/webapps/cgit/highlight.css b/usr/share/webapps/cgit/highlight.css index c2b839d3..edd2dd5f 100644 --- a/usr/share/webapps/cgit/highlight.css +++ b/usr/share/webapps/cgit/highlight.css @@ -1,4 +1,4 @@ -/* Style definition file generated by highlight 4.11, http://www.andre-simon.de/ */ +/* Style definition file generated by highlight 4.12, http://www.andre-simon.de/ */ /* highlight theme: Kwrite Editor */ body.hl { background-color:#e0eaee; } pre.hl { color:#000000; background-color:#e0eaee; font-size:10pt; font-family:'Courier New',monospace; white-space: pre-wrap; } @@ -11,7 +11,7 @@ pre.hl { color:#000000; background-color:#e0eaee; font-size:10pt; font-family:'C .hl.ppc { color:#008200; } .hl.opt { color:#000000; } .hl.ipl { color:#0057ae; } -.hl.lin { color:#555555; user-select: none; } +.hl.lin { color:#555555; user-select: none;-webkit-user-select: none; } .hl.hvr { cursor:help; } .hl.erm { color:#ff0000; font-weight:bold; border:solid 1px red; margin-left: 3em; } .hl.err { color:#ff0000; font-weight:bold; } |