(js) Add shadow to event ghost (DnD)

pull/101/head^2
Francis Lachapelle 2015-11-17 11:27:30 -05:00
parent 0bd29e250e
commit 450ec06bd8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
require: ['^sgCalendarDay', '^sgCalendarScrollView'],
replace: true,
template: [
'<div class="sg-event sg-event--ghost ng-hide">',
'<div class="sg-event sg-event--ghost md-whiteframe-3dp ng-hide">',
' <div class="eventInside">',
// Categories color stripes
' <div class="category" ng-repeat="category in block.component.categories"',