Author: konstantin.mishin
Date: 2011-01-26 15:08:44 -0500 (Wed, 26 Jan 2011)
New Revision: 21250
Modified:
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/tabPanel.ecss
trunk/ui/output/ui/src/main/resources/META-INF/richfaces/resource-mappings.properties
Log:
RF-9412
Modified:
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/tabPanel.ecss
===================================================================
---
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/tabPanel.ecss 2011-01-26
19:53:04 UTC (rev 21249)
+++
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/tabPanel.ecss 2011-01-26
20:08:44 UTC (rev 21250)
@@ -32,7 +32,7 @@
}
.rf-tb-hdr-tabline-vis {
- background:url("tabline_bg.gif") repeat-x scroll center top;
+ background:url("#{resource['org.richfaces.images:tabLineBg.png']}")
repeat-x scroll center top;
background-color: "#{richSkin.additionalBackgroundColor}";
border-color: "#{richSkin.panelBorderColor}";
Modified:
trunk/ui/output/ui/src/main/resources/META-INF/richfaces/resource-mappings.properties
===================================================================
---
trunk/ui/output/ui/src/main/resources/META-INF/richfaces/resource-mappings.properties 2011-01-26
19:53:04 UTC (rev 21249)
+++
trunk/ui/output/ui/src/main/resources/META-INF/richfaces/resource-mappings.properties 2011-01-26
20:08:44 UTC (rev 21250)
@@ -21,4 +21,6 @@
org.richfaces.images\:menu_list_bg.gif=org.richfaces.renderkit.html.BaseGradient\
{width=22, height=3, baseColorParam=additionalBackgroundColor,
gradientColorParam=tabBackgroundColor, horizontal=true}
org.richfaces.images\:menu_item_bg.gif=org.richfaces.renderkit.html.BaseGradient\
- {width=3, height=16, baseColorParam=additionalBackgroundColor,
gradientColorParam=tabBackgroundColor}
\ No newline at end of file
+ {width=3, height=16, baseColorParam=additionalBackgroundColor,
gradientColorParam=tabBackgroundColor}
+org.richfaces.images\:tabLineBg.png=org.richfaces.renderkit.html.BaseGradient\
+ {width=5, height=26, baseColorParam=additionalBackgroundColor,
gradientColorParam=generalBackgroundColor}
\ No newline at end of file
Show replies by date