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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • 9
    • Affects Version/s: fx2.0
    • Component/s: 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;
      }

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

              Created:
              Updated:
              Resolved:
              Imported: