(js,css) Style cancelled events in Calendar module

Fixes #2800
This commit is contained in:
Francis Lachapelle
2016-08-12 14:31:28 -04:00
parent 76eeef2541
commit ac6b60c4c9
3 changed files with 13 additions and 0 deletions

View File

@@ -1365,6 +1365,9 @@ DIV.eventInside.declined
{ -moz-opacity: 0.4;
opacity: 0.4; }
DIV.eventInside.cancelled .text
{ text-decoration: line-through; }
/* event DnD */
DIV.event DIV.topDragGrip,
DIV.event DIV.bottomDragGrip