• Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P3 P3
    • 8u40
    • 8u40
    • javafx
    • None

      Related to the move to the SubScene usage,
      we can now set the theme css (Preview > JavaFX Theme) as user-agent css, using the SubScene setUserAgentStylesheet(String url) method.
      Since this api has a single url parameter, we'll have to group the theme combinations into single css files.
      For instance, for "Modena High Contrast - Black on White", we will need a css file such as modena-blackOnWhite.css that would contain:
      @import "modena.css";
      @import "blackOnWhite.css";

            yjoan Yves Joan (Inactive)
            jcambon Jerome Cambon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: