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 2018/08/12 12:17:26 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1142] another CSS IE improvement

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

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


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 1bfc1d8  [OPENMEETINGS-1142] another CSS IE improvement
1bfc1d8 is described below

commit 1bfc1d81974dcb8637e20b4e0db5d5abf4d2555d
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sun Aug 12 19:17:17 2018 +0700

    [OPENMEETINGS-1142] another CSS IE improvement
---
 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 479d693..06d2ad1 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -199,7 +199,7 @@
 	background-image: url(images/webcam_add.png);
 }
 .room.sidebar .user.list .user .kick.ui-icon {
-	background-size: initial;
+	background-size: auto;
 }
 .right.camera.ui-icon.granted {
 	background-image: url(images/webcam_delete.png);