Icekeith / mobiscroll

Automatically exported from code.google.com/p/mobiscroll
0 stars 0 forks source link

Set a font colour for the selected date/time? #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
How should I have a different colour for the selected date/time?

Original issue reported on code.google.com by kordel...@live.com on 23 Jul 2012 at 2:18

GoogleCodeExporter commented 8 years ago
I'm looking to do that same and am very close but could use some help!

Original comment by DavidPOd...@gmail.com on 26 Oct 2012 at 6:06

GoogleCodeExporter commented 8 years ago
As of 2.2 the selected values have a .dw-sel css class, so you can write a css 
rule for that, like:

.dw-sel {
  color: red;
}

Original comment by diosla...@gmail.com on 26 Nov 2012 at 1:07