My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 2258: Is there a replacement for CSS fc-slot class ?
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Aug 2014


Sign in to add a comment
 
Reported by dramst...@gmail.com, Aug 27, 2014
I used fc-slot0 to fc-slotN to change background for office time. (See  issue 144  https://code.google.com/p/fullcalendar/issues/detail?id=144)

From new great release 2.1.0 it seems those classes doesn't exist anymore.
Is there a way to do this now ?
Thanky you.
Aug 27, 2014
Project Member #1 adamrs...@gmail.com
Short of solving  issue 114 , the best solution for this is to use something like this in your CSS:

    .fc-slats tr:nth-child(5)

or in jquery:

    $('.fc-slats tr:eq(4)')
Status: Done
Aug 27, 2014
Project Member #2 adamrs...@gmail.com
correction:  issue 144 
Sign in to add a comment

Powered by Google Project Hosting