Author: sergeyhalipov
Date: 2007-10-01 12:17:34 -0400 (Mon, 01 Oct 2007)
New Revision: 3182
Modified:
trunk/ui/tabPanel/src/main/resources/org/richfaces/renderkit/html/css/tabPanel.xcss
Log:
Fix background for disabled tabs.
Modified:
trunk/ui/tabPanel/src/main/resources/org/richfaces/renderkit/html/css/tabPanel.xcss
===================================================================
---
trunk/ui/tabPanel/src/main/resources/org/richfaces/renderkit/html/css/tabPanel.xcss 2007-10-01
16:16:53 UTC (rev 3181)
+++
trunk/ui/tabPanel/src/main/resources/org/richfaces/renderkit/html/css/tabPanel.xcss 2007-10-01
16:17:34 UTC (rev 3182)
@@ -132,6 +132,11 @@
background-position: top;
cursor : default;
}
+
+.dr-tbpnl-tb-dsbl {
+ background-repeat: repeat-x;
+ background-position: center top;
+}
.dr-tbpnl-cntnt-pstn {
height:100%;
Show replies by date