Dear Outysystems Member Forum,
want to change content in this class (is-disabled), but how I do it?
have tried adding it in css editor, but still can't do trick, Thank you in advance
Do you want to update the styling?
If so, you can use the screens (or weblock's) CSS to override the default styling.
Example:
Tye Peck wrote:
Tye Peck thanks for reply, what i want to make color transparent (can't do display: none;) in date picker if picker content is disabled, and i already do that but the picker still show year/month/days disabled
It looks like the problem is the CSS targeting.
Try this:
.is-disabled .pika-button { color: transparent!important; }
Edit: Added !important
helo Tye
thanks, for help. I forget to clear cache... without having add !important it's works