Skip to content
Snippets Groups Projects
Commit 386678e5 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Add custom slider style

parent 0672bf86
No related branches found
No related tags found
No related merge requests found
.slider .track {
-fx-background-color: #5c5c5c;
-fx-background-radius: 3px;
-fx-background-insets: 1px;
}
.slider .thumb {
-fx-background-color: #CCCCCC;
-fx-padding: 0.333333em;
-fx-scale-x: 1.5;
-fx-scale-y: 1.5;
}
\ No newline at end of file
......@@ -31,6 +31,7 @@ class ModernGlobalDesignHandlerImpl extends ModernGlobalDesignHandler with Color
"style/components/scrollbar.css",
"style/components/textfield.css",
"style/components/radiobutton.css",
"style/components/slider.css",
"style/components/list.css",
"style/components/dialog.css"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment