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/11 06:32:45 UTC

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

Author: solomax
Date: Sun Sep 11 06:32:44 2016
New Revision: 1760228

URL: http://svn.apache.org/viewvc?rev=1760228&view=rev
Log:
no jira: admin hover is updated

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

Modified: openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/admin.css
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/admin.css?rev=1760228&r1=1760227&r2=1760228&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/admin.css (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/admin.css Sun Sep 11 06:32:44 2016
@@ -41,7 +41,7 @@ table.adminListTable tr:nth-child(odd),
 table.adminListTable tr:hover, table.adminListTableSmall tr:hover {
 	/*SHOULD BE MANUALLY IN SYNC WITH THEME .ui-state-hover */
 	border: 1px solid #74b2e2;
-	background: #e4f1fb url(theme_om/images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
+	background: #e4f1fb;
 	font-weight: normal;
 	color: #0070a3;
 }

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css?rev=1760228&r1=1760227&r2=1760228&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css Sun Sep 11 06:32:44 2016
@@ -41,7 +41,7 @@ table.adminListTable tr:nth-child(odd),
 table.adminListTable tr:hover, table.adminListTableSmall tr:hover {
 	/*SHOULD BE MANUALLY IN SYNC WITH THEME .ui-state-hover */
 	border: 1px solid #74b2e2;
-	background: #e4f1fb url(theme_om/images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
+	background: #e4f1fb;
 	font-weight: normal;
 	color: #0070a3;
 }

Modified: openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/admin.css
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/admin.css?rev=1760228&r1=1760227&r2=1760228&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/admin.css (original)
+++ openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/admin.css Sun Sep 11 06:32:44 2016
@@ -41,7 +41,7 @@ table.adminListTable tr:nth-child(odd),
 table.adminListTable tr:hover, table.adminListTableSmall tr:hover {
 	/*SHOULD BE MANUALLY IN SYNC WITH THEME .ui-state-hover */
 	border: 1px solid #74b2e2;
-	background: #e4f1fb url(theme_om/images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
+	background: #e4f1fb;
 	font-weight: normal;
 	color: #0070a3;
 }