Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8115620

Bad stop in ladder spec of caspian.css

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.1
    • 7-pool
    • 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%
          );

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

              Created:
              Updated:
              Resolved:
              Imported: