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 2016/09/26 08:25:04 UTC

svn commit: r1762294 - in /openmeetings/application: branches/3.1.x/openmeetings-web/src/main/webapp/css/theme.css branches/3.2.x/openmeetings-web/src/main/webapp/css/theme.css trunk/openmeetings-web/src/main/webapp/css/theme.css

Author: solomax
Date: Mon Sep 26 08:25:03 2016
New Revision: 1762294

URL: http://svn.apache.org/viewvc?rev=1762294&view=rev
Log:
[OPENMEETINGS-1476] deleted recordings are not being displayed

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

Modified: openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/theme.css
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/theme.css?rev=1762294&r1=1762293&r2=1762294&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/theme.css (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/theme.css Mon Sep 26 08:25:03 2016
@@ -258,7 +258,7 @@ html, body {
 	line-height: 20px;
 	color: transparent;
 }
-.trash-toolbar .fileitem {
+.trash-toolbar .fileitem, .trash-toolbar .recorditem {
 	display: none;
 }
 .trash-toolbar-hover {

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/theme.css
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/theme.css?rev=1762294&r1=1762293&r2=1762294&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/theme.css (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/theme.css Mon Sep 26 08:25:03 2016
@@ -258,7 +258,7 @@ html, body {
 	line-height: 20px;
 	color: transparent;
 }
-.trash-toolbar .fileitem {
+.trash-toolbar .fileitem, .trash-toolbar .recorditem {
 	display: none;
 }
 .trash-toolbar-hover {

Modified: openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/theme.css
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/theme.css?rev=1762294&r1=1762293&r2=1762294&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/theme.css (original)
+++ openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/theme.css Mon Sep 26 08:25:03 2016
@@ -258,7 +258,7 @@ html, body {
 	line-height: 20px;
 	color: transparent;
 }
-.trash-toolbar .fileitem {
+.trash-toolbar .fileitem, .trash-toolbar .recorditem {
 	display: none;
 }
 .trash-toolbar-hover {