Change the slider widget track size

Hi,

I want to change the slider track size of the original dashboard-2 slider so it is thick as in Link. I think that I have to change the vue "track-size" property. Is this possible by CSS?
I don't want to create a custom widget by using the template node.

Kind regards

Try this:

    .v-slider-track {
        --v-slider-track-size: 20px !important;
    }
1 Like

It is working now.
Thanks a lot .

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.