aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/font.patch
blob: 474e82358bf1d4033293c077c1d0e2985046bfce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>