[richfaces-issues] [JBoss JIRA] (RF-13099) Disabled input text is not visible

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Oct 11 16:57:26 EDT 2013


    [ https://issues.jboss.org/browse/RF-13099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793673#comment-12793673 ] 

Brian Leathem edited comment on RF-13099 at 10/11/13 4:56 PM:
--------------------------------------------------------------

@Brian

Thanks for your suggestion

It worked!

{code}
input[type="text"]:disabled {
  color:black;
}

select:disabled {
color:black;
}
{code}
                
      was (Author: kushtcs):
    @Brian

Thanks for your suggestion

It worked!

input[type="text"]:disabled

{

color:black;

}

select:disabled

{

color:black;

}

                  
> Disabled input text is not visible
> ----------------------------------
>
>                 Key: RF-13099
>                 URL: https://issues.jboss.org/browse/RF-13099
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input, skinning
>            Reporter: Kush Kumar
>            Priority: Minor
>             Fix For: 4.5.0.Alpha1
>
>
> Disabled input text is not visible -can you please help me out how can we make it visible or can we change the color of disabled text? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list