You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set the color the contextual tab with no luck. It seems that the style is not being applied to the tab when calling setContextualColor. Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered:
Sorry for the delay in answering your issue. Dealing with several open source projects on my spare time, plus my actual payed work.
It's been a while so I had to go through the code.
The colors you can set are in "fxribbon.css" under "Contextual tabs" comment. You have to also write them in the lower case just like they appear in the css file. Some examples are: "blue", "orange", "green", etc
I'm trying to set the color the contextual tab with no luck. It seems that the style is not being applied to the tab when calling setContextualColor. Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: