You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2019/03/18 09:10:19 UTC

[openmeetings] branch master updated: [OPENMEETINGS-1993] icon is fixed

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 20abc91  [OPENMEETINGS-1993] icon is fixed
20abc91 is described below

commit 20abc9101e47eabe6c92d680278799ac1d921c32
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Mar 18 16:10:09 2019 +0700

    [OPENMEETINGS-1993] icon is fixed
---
 openmeetings-web/src/main/webapp/css/raw-room.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css b/openmeetings-web/src/main/webapp/css/raw-room.css
index c40ceed..c47f8d12 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -205,7 +205,7 @@
 .right.camera.ui-icon.granted {
 	background-image: url(images/webcam_delete.png);
 }
-.mute-others {
+.ui-icon.mute-others {
 	background-image: url(images/microphone_muteothers.png);
 }
 .restart.ui-icon {