html - how to style dayMouseover in Fullcalender -


i using fullcalender plugin in angular application. want change cell color when mouse on time slot (eg. 7.30am-8.00am) in agendaweek view.i want this:

enter image description here

i have tried changing css :
.fc-widget-content:hover { background: #adf4fa; } doesn't work cell.it changes entire row color.

i don't think can edit background color of 1 cell because cells aren't cells rows:

<tr data-time="11:30:00" class="fc-minor">     <td class="fc-axis fc-time fc-widget-content" style="width: 51px;"></td>     <td class="fc-widget-content"></td> </tr> 

Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -