Author: nbelaevski
Date: 2007-11-22 12:50:15 -0500 (Thu, 22 Nov 2007)
New Revision: 4203
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
Log:
decoration for active item changed
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
===================================================================
---
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss 2007-11-22
17:43:34 UTC (rev 4202)
+++
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss 2007-11-22
17:50:15 UTC (rev 4203)
@@ -118,11 +118,12 @@
.ol_internal_tab tr.ol_select{background : #EAF0F8}
.ol_internal_tab tr.ol_active {
- background : #EAF0F8; color : #4A75B5;
+ /*background : #EAF0F8; color : #4A75B5;*/
}
.ol_internal_tab tr.ol_active td{
- color : #4A75B5;
+ font-weight: bold;
+ /*color : #4A75B5;*/
}
.ol_internal_tab tr.ol_normal {
@@ -239,9 +240,6 @@
</u:selector>
<u:selector name=".ol_internal_tab tr.ol_active">
- <u:style name="background-image">
- <f:resource
f:key="org.richfaces.renderkit.html.gradientimages.OrderingListSelectGradient"
/>
- </u:style>
- <u:style name="background-color" skin="additionalBackgroundColor"
/>
+ <u:style name="font-weight" value="bold" />
</u:selector>
</f:template>
\ No newline at end of file
Show replies by date