Replies: 1 comment
-
I am no expert but I now of the calendar.highlight {
color: blue;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm trying to style the calendar widget a bit more than just a global color change. For example I'd like the week numbers and the day names to be different colors to the rest of the days. I've dug a bit around in the GTK css documentation and found this: https://docs.gtk.org/gtk4/class.Calendar.html#css-nodes I've gotten the
calendar
andcalendar:selected
selectors to activate, even without applied classes which suggests to me that the other nodes described in the page should also be possible, but I cannot for the life of me figure out how to do it. Has anyone managed this?Beta Was this translation helpful? Give feedback.
All reactions