Tab:  displaying of the style defined with style attribute differ from 
displaying the same style defined with styleClass attribute
----------------------------------------------------------------------------------------------------------------------------------

                 Key: RF-7254
                 URL: https://jira.jboss.org/jira/browse/RF-7254
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.2.CR1
            Reporter: Vadim Mikovoz
            Assignee: Nick Belaevski


<rich:tab style="background-color: yellow; font-size: 20; font-style: italic;"> 
- applied only to content of the tab

<rich:tab styleClass="myStyle">, where is myStyle:
.myStyle{
background-color: yellow;
font-size: 20;
font-style: italic;
} - applied to content of the tab and to tab header too.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to