-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transparent Icon Button / Slider ? #639
Comments
You can use basic
You can provide that style in You can also apply style to P.S. It's not pink - it's light gray: <GradientBackground>
<color>white</color>
<color>223,223,223</color>
</GradientBackground> :) |
The Question, is there a weblaf enhancement of the plain ol' JSlider in Swing ? Any quick tips on replacing the color scheme, especially, making it transparent and floating, just like the WebButtton above ? |
I haven't fully moved slider to new styling system, so it would be quite hard to change it looks right now. There are some settings you can modify in custom You can follow #493 to get updates on the slider changes once they go live. |
I'll close this question as it should now be answered. |
Hi,
How do I get rid of the pale pink background that comes with the WebButton ?
I'd like to create button that has a transparent background so that whatever icon image inside the button would appear to "float" on top of background panel.
Can it be done using weblaf and how ?
See below. I saw in the demo that there is a class called IconButton.
I guess the fourth row of button are NOT transparent. But at least, it appears so.
When I hover my mouse pointer over it, the pink background color shows up.
Without the mouse hovering over it, it doesn't show.
The text was updated successfully, but these errors were encountered: