]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/font.patch
Fix some etherpad-lite modules and packaging
[perso/Immae/Config/Nix.git] / pkgs / webapps / etherpad-lite / modules / ep_subscript_and_superscript / font.patch
1 diff --git a/templates/editbarButtons.ejs b/templates/editbarButtons.ejs
2 index 7511025..f71a491 100644
3 --- a/templates/editbarButtons.ejs
4 +++ b/templates/editbarButtons.ejs
5 @@ -20,7 +20,7 @@
6 }
7
8 .subscript .buttonicon:before{
9 - content:"\e81a";
10 + content:"\e834";
11 }
12
13 .superscript{
14 @@ -32,7 +32,7 @@
15 }
16
17 .superscript .buttonicon:before{
18 - content:"\e819";
19 + content:"\e833";
20 }
21
22 </style>