[richfaces-issues] [JBoss JIRA] (RF-12097) Richfaces 4.2.0 invalid css entry for *.rf-insl-tt

Stephan Meisinger (JIRA) jira-events at lists.jboss.org
Tue Mar 27 06:27:47 EDT 2012


Stephan Meisinger created RF-12097:
--------------------------------------

             Summary: Richfaces 4.2.0 invalid css entry for *.rf-insl-tt
                 Key: RF-12097
                 URL: https://issues.jboss.org/browse/RF-12097
             Project: RichFaces
          Issue Type: Bug
          Components: skinning
    Affects Versions: 4.2.0.Final
         Environment: Tomcat 6.0.35
Richfaces 4.2.0
Windows 7
            Reporter: Stephan Meisinger


a invalid css syntax for *.rf-insl-tt for PackedCompressed/DEFAULT/packed/packed.css

*.rf-insl-tt{position:absolute;display:none;padding:2px;border:1px solid "#E5973E ";background-color:#FAE6B0;}

should be

*.rf-insl-tt{position:absolute;display:none;padding:2px;border:1px solid #E5973E;background-color:#FAE6B0;}

see http://www.w3.org/TR/CSS1/#border and http://www.w3.org/TR/CSS1/#color-units

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list