CSS does not support multiselectors

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 7u6
    • Component/s: javafx
    • Environment:

      Mac OS Mountain Lion

      I have a stack pane containing two buttons. The stack pane has style class "my-pane" and the two buttons have style classes "on" and "off". I am able to style these buttons with the following style sheet:

      .my-pane .on {
      -fx-text-fill: white;
      }

      .my-pane .off {
      -fx-text-fill: white;
      }


      This should of course be equivalent to

      .my-pane .on, .my-pane .off {
      -fx-text-fill: white;
      }

      however, for some reason that syntax does not seem to work.

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

              Created:
              Updated:
              Resolved:
              Imported: