From 70f0832829bc123d140f31f6d8916ee2aed6ce93 Mon Sep 17 00:00:00 2001 From: Oleksandr Zhurbenko Date: Mon, 10 Apr 2017 12:53:14 -0700 Subject: [PATCH] Corrected the 'rectangle_tool' icons code --- bigbluebutton-html5/client/stylesheets/bbb-icons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/client/stylesheets/bbb-icons.css b/bigbluebutton-html5/client/stylesheets/bbb-icons.css index fe6d04a721..0578b286dd 100755 --- a/bigbluebutton-html5/client/stylesheets/bbb-icons.css +++ b/bigbluebutton-html5/client/stylesheets/bbb-icons.css @@ -60,7 +60,7 @@ content: "\e91e"; } .icon-bbb-rectangle_tool:before { - content: "\e92f"; + content: "\e91f"; } .icon-bbb-text_tool:before { content: "\e920";