Author: thuy.nguyen
Date: 2010-05-14 07:59:27 -0400 (Fri, 14 May 2010)
New Revision: 3097
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
Log:
GTNPORTAL-890:GateIn should provide default styling for standard portlet CSS classes
Modified: portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
===================================================================
--- portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-05-14
11:42:00 UTC (rev 3096)
+++ portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-05-14
11:59:27 UTC (rev 3097)
@@ -245,23 +245,27 @@
text-decoration: none;
font-size: 12px;
line-height: 18px;
+ background: #F5F9FA;
}
/* Selected menu item. */
.portlet-menu-item-selected {
line-height: 18px;
+ background: #F5F9FA;
}
.portlet-menu-item-hover {
- color: #5699B7;
+ color: #058ee6;
text-decoration: none;
font-size: 12px;
line-height: 18px;
+ background: #F5F9FA;
}
/* Selected menu item when the mouse hovers over it. */
.portlet-menu-item-hover-selected {
line-height: 18px;
+ background: #F5F9FA;
}
/* Normal, unselected menu item that has sub-menus. */
@@ -280,6 +284,7 @@
.portlet-menu-cascade-item-hover {
line-height: 18px;
+ color: #058ee6;
}
.portlet-menu-cascade-item-hover-selected {
@@ -304,6 +309,7 @@
.portlet-menu-content-hover {
line-height: 18px;
+ color: #058ee6;
}
.portlet-menu-content-hover-selected {
@@ -320,6 +326,7 @@
.portlet-menu-indicator-hover {
line-height: 18px;
+ color: #058ee6;
}
.portlet-menu-indicator-hover-selected {
Show replies by date