palexdev / MaterialFX

A library of material components for JavaFX
GNU Lesser General Public License v3.0
1.21k stars 122 forks source link

MFXSlider StyleClass not applied #225

Closed brandonrock919 closed 1 year ago

brandonrock919 commented 2 years ago

MFXSlider css not applied if using as style class

Steps to reproduce the behavior:

  1. Create MFXSlider
  2. Create css file for example .mfx-slider .track{ -fx-fill: red; } or as styleclass

Expected behavior The slider track should be red

palexdev commented 1 year ago

Version 11.14.0 should have fixed the issue Feel free to re-open and let me know if it doesn't