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 2017/02/15 13:36:43 UTC

svn commit: r1783102 - in /openmeetings/application: branches/3.2.x/openmeetings-web/src/main/webapp/css/room.css trunk/openmeetings-web/src/main/webapp/css/room.css

Author: solomax
Date: Wed Feb 15 13:36:42 2017
New Revision: 1783102

URL: http://svn.apache.org/viewvc?rev=1783102&view=rev
Log:
no jira: code clean-up

Modified:
    openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/room.css
    openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/room.css

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/room.css
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/room.css?rev=1783102&r1=1783101&r2=1783102&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/room.css (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/room.css Wed Feb 15 13:36:42 2017
@@ -231,9 +231,10 @@
 .activity.mic.ui-icon {
 	background-image: url(images/microphone_enable.png);
 }
-.activity.ui-icon.disabled {
+.ui-icon.disabled {
 	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 	filter: grayscale(100%);
+	pointer-events: none;
 }
 .activity.mic.enabled.ui-icon {
 	background-image: url(images/microphone_disable.png);

Modified: openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/room.css
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/room.css?rev=1783102&r1=1783101&r2=1783102&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/room.css (original)
+++ openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/room.css Wed Feb 15 13:36:42 2017
@@ -231,9 +231,10 @@
 .activity.mic.ui-icon {
 	background-image: url(images/microphone_enable.png);
 }
-.activity.ui-icon.disabled {
+.ui-icon.disabled {
 	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 	filter: grayscale(100%);
+	pointer-events: none;
 }
 .activity.mic.enabled.ui-icon {
 	background-image: url(images/microphone_disable.png);