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 2020/04/01 04:34:38 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2165] enabled mic icon is green

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 2077d6f  [OPENMEETINGS-2165] enabled mic icon is green
2077d6f is described below

commit 2077d6ffa7745b6f7a7eb7f38e3e5d7bb2226abc
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Apr 1 11:34:24 2020 +0700

    [OPENMEETINGS-2165] enabled mic icon is green
---
 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 08d65b7..92f1a94 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -322,7 +322,7 @@ html[dir="rtl"] .room-block .sidebar {
 }
 .activity.mic.enabled.om-icon::before {
 	content: '\f130';
-	color: var(--secondary);
+	color: var(--success);
 }
 .om-icon.disabled {
 	filter: grayscale(100%);