Uploaded image for project: 'Click'
  1. Click
  2. CLK-167

Suggesting change in net/sf/click/extras/control/TabbedForm.htm

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.2.0
    • extras
    • None
    • Kubuntu, Click 1.1

    Description

      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

      Attachments

        Activity

          People

            a_adrian Adrian A.
            ivicapuljic Ivica Puljic
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: