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

CSS: FX specific pseudo-classes should be prefixed with -fx- in the stylesheet

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 9
    • fx2.0
    • javafx

      Pseudo-classes that are not standard CSS should be prefixed with -fx-, for example:

      .button:armed {
          -fx-color: -fx-pressed-base;
      }

      should be

      .button:-fx-armed {
          -fx-color: -fx-pressed-base;
      }

            dgrieve David Grieve
            dgrieve David Grieve
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: