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 cce57b1 [OPENMEETINGS-2195] styles for on/off mic/cam are switched
cce57b1 is described below
commit cce57b1d8ab01554640aefec8e0f9dd882253cf6
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Fri Mar 27 20:55:54 2020 +0700
[OPENMEETINGS-2195] styles for on/off mic/cam are switched
---
openmeetings-web/src/main/webapp/css/raw-room.css | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css
b/openmeetings-web/src/main/webapp/css/raw-room.css
index e928982..c8345a9 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -294,14 +294,14 @@ html[dir="rtl"] .room-block .sidebar {
.settings.om-icon::before {
content: '\f013';
}
-.activity.cam.om-icon::before {
+.activity.cam.enabled.om-icon::before {
content: '\f03d';
}
-.activity.cam.enabled.om-icon::before {
+.activity.cam.om-icon::before {
content: '\f4e2';
color: var(--warning);
}
-.activity.mic.om-icon::before {
+.activity.mic.enabled.om-icon::before {
content: '\f130';
}
.om-icon.disabled {
@@ -309,7 +309,7 @@ html[dir="rtl"] .room-block .sidebar {
pointer-events: none;
opacity: .2;
}
-.activity.mic.enabled.om-icon::before {
+.activity.mic.om-icon::before {
content: '\f131';
color: var(--warning);
}