[
https://issues.apache.org/jira/browse/TOBAGO-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16167887#comment-16167887
]
Hudson commented on TOBAGO-1776:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago Trunk #1023 (See
[https://builds.apache.org/job/Tobago%20Trunk/1023/])
TOBAGO-1776 Style RadioButton/Checkbox only by CSS * add keyboard (hnoeth: rev
16e22314fc2e0d00ab790a4fff1b43de191cf3a6)
* (edit) tobago-core/src/main/resources/scss/_tobago.scss
> Style RadioButton/Checkbox only by CSS
> --------------------------------------
>
> Key: TOBAGO-1776
> URL: https://issues.apache.org/jira/browse/TOBAGO-1776
> Project: MyFaces Tobago
> Issue Type: Improvement
> Components: Core
> Affects Versions: 3.0.4
> Reporter: Henning Noeth
> Assignee: Henning Noeth
> Priority: Minor
> Fix For: 4.0.0
>
>
> Currently Tobago renders checkboxes and radiobuttons as follows:
> {code}<label>
> <input type="radio">Text
> </label>{code}
> To style a radio button, pseudo css elements are needed. But input cannot
> have content. This includes pseudo elements.
> A pseudo element could be created on the label. But the style cannot depend
> on the status of the input tag, because CSS have not a parent() selector.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)