]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - 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
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 (file)
index 0000000..474e823
--- /dev/null
@@ -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";
+   }
+       
+ </style>