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

Cannot combine more than two selectors in CSS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • fx2.1
    • javafx

      I have a button with several style classes, "toggle-button", plus "a", "b" and "c".
      This css works:
      .a .b { -fx-base: white; }
      But this doesn't:
      .a .b .c { -fx-base: white; }

      I can't find any documentation about using more than two selectors; the closest is http://docs.oracle.com/javafx/2/css_tutorial/jfxpub-css_tutorial.htm
      But I would expect to combine an arbitrary number of selectors.

            dgrieve David Grieve
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: