This is a migrated thread and some comments may be shown as answers.

Event Text Color for Flat Theme

1 Answer 160 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Cyndie
Top achievements
Rank 1
Cyndie asked on 30 Oct 2013, 06:19 PM
If I use the theme called Metro Black and have a resource that sets the background color for the event, the text color is either black or white depending on the background color.  It is not somthing that I set, but seems to be handled in the css.  If I change the theme to Flat, the text color is always white, even if the background color of the event is white and is therefore not readable. 

Is there something I can do to make the Flat theme behave the same way as the Metro Black theme with regards to the event text color?

Thanks,

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 31 Oct 2013, 11:56 AM
Hello Cyndie,

The described issue has been fixed and changes will take effect in the official release. You can override the default inverse event color with:

.k-scheduler  .k-event-inverse {
    color: #4c5356 ; /* or some other dark color */;
}


Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Scheduler
Asked by
Cyndie
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or