Bad stop in ladder spec of caspian.css

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.1
    • Affects Version/s: 7-pool
    • Component/s: javafx

          /* Darker than -fx-background and used to draw boxes around text boxes and
           * password boxes.
           */
          -fx-text-box-border: ladder(
              -fx-background,
              black 10%,
              derive(-fx-background, -15%)
          );

      should be

          /* Darker than -fx-background and used to draw boxes around text boxes and
           * password boxes.
           */
          -fx-text-box-border: ladder(
              -fx-background,
              black 10%,
              derive(-fx-background, -15%) 30%
          );

            Assignee:
            Leif Samuelsson (Inactive)
            Reporter:
            David Grieve
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: