[
https://issues.apache.org/jira/browse/CLK-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrian A. closed CLK-167.
-------------------------
> Suggesting change in net/sf/click/extras/control/TabbedForm.htm
> ---------------------------------------------------------------
>
> Key: CLK-167
> URL: https://issues.apache.org/jira/browse/CLK-167
> Project: Click
> Issue Type: Bug
> Components: extras
> Environment: Kubuntu, Click 1.1
> Reporter: Ivica Puljic
> Assignee: Adrian A.
> Priority: Minor
> Fix For: 2.2.0
>
> Attachments: TabbedForm.htm.patch
>
>
> Suggesting to change lines 7,8 in net/sf/click/extras/control/TabbedForm.htm
> tabTitle.style.backgroundColor = "white";
> tabTitle.style.borderBottom = "1px solid #336699";
> They are overriding css td.tf_tab.
> With this change
> tabTitle.style.backgroundColor = "";
> tabTitle.style.borderBottom = "";
> td.tf_tab css would become valid again.
> Tested with Firefox 2.0 and Opera 9.0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.