Remove styles used for ListView testing from caspian.css

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx1.3.1
    • Affects Version/s: fx1.3
    • Component/s: javafx

      The following styles in caspian.css were put there for testing ListView and were intended to be removed prior to ship. These should be removed.

      .scroll-view > * {
          -fx-base: yellow;
          -fx-border-color: red !important;
          -fx-background-color: yellow;
      }

      ScrollViewSkin > * {
          -fx-base: yellow;
          -fx-border-color: red;
          -fx-background-color: yellow;
      }

            Assignee:
            David Grieve
            Reporter:
            David Grieve
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: