X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=pkgs%2Fwebapps%2Fetherpad-lite%2Fmodules%2Fep_subscript_and_superscript%2Ffont.patch;fp=pkgs%2Fwebapps%2Fetherpad-lite%2Fmodules%2Fep_subscript_and_superscript%2Ffont.patch;h=474e82358bf1d4033293c077c1d0e2985046bfce;hb=4b0a82cc2f4597a11b9275cf156ae9cceffaf44f;hp=0000000000000000000000000000000000000000;hpb=e9c91c19475ed679676829bfd716e41009b560c8;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/font.patch b/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/font.patch new file mode 100644 index 0000000..474e823 --- /dev/null +++ b/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/font.patch @@ -0,0 +1,22 @@ +diff --git a/templates/editbarButtons.ejs b/templates/editbarButtons.ejs +index 7511025..f71a491 100644 +--- a/templates/editbarButtons.ejs ++++ b/templates/editbarButtons.ejs +@@ -20,7 +20,7 @@ + } + + .subscript .buttonicon:before{ +- content:"\e81a"; ++ content:"\e834"; + } + + .superscript{ +@@ -32,7 +32,7 @@ + } + + .superscript .buttonicon:before{ +- content:"\e819"; ++ content:"\e833"; + } + +