You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Paul Stanton (Commented) (JIRA)" <ji...@apache.org> on 2012/04/02 03:10:33 UTC

[jira] [Commented] (TAP5-1845) datefield/datepicker uses deprecated CSS System Colors which are problematic.

    [ https://issues.apache.org/jira/browse/TAP5-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243928#comment-13243928 ] 

Paul Stanton commented on TAP5-1845:
------------------------------------

using the 'more-specific-selector-wins' rule, the following css override is better than what I put in the description:

div.datePicker td .topLabel {color: black;}
                
> datefield/datepicker uses deprecated CSS System Colors which are problematic.
> -----------------------------------------------------------------------------
>
>                 Key: TAP5-1845
>                 URL: https://issues.apache.org/jira/browse/TAP5-1845
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Paul Stanton
>              Labels: css, datefield
>
> The css for the datepicker (used by datefield) makes use of a feature of CCS 2.0 which has since been deprecated and has limited support.
> A side affect of this is that, unless the css is overridden, (eg .datePicker td .topLabel {color: black;} ) the text for the month selection is invisible (white on white) by default.
> http://www.w3.org/TR/css3-color/#css-system

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