[gatein-commits] gatein SVN: r490 - portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 4 05:49:53 EST 2009


Author: trong.tran
Date: 2009-11-04 05:49:53 -0500 (Wed, 04 Nov 2009)
New Revision: 490

Modified:
   portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css
Log:
GTNPORTAL-28: Please increase opaqueness of drop down menus

Modified: portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css	2009-11-04 10:21:56 UTC (rev 489)
+++ portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css	2009-11-04 10:49:53 UTC (rev 490)
@@ -214,8 +214,8 @@
 	border: 1px solid #fcfcfc;
 	background: white;
 	padding-bottom: 6px;
-	opacity: 0.8;
-  filter: alpha(opacity=80);
+	opacity: 0.9;
+  filter: alpha(opacity=90);
 }
 
 .UINavigationPortlet .MenuItemContainer .MenuItem {



More information about the gatein-commits mailing list