aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/font.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/font.patch')
-rw-r--r--pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/font.patch22
1 files changed, 22 insertions, 0 deletions
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 @@
1diff --git a/templates/editbarButtons.ejs b/templates/editbarButtons.ejs
2index 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>