(js) Add shadow to event ghost (DnD)

This commit is contained in:
Francis Lachapelle 2015-11-17 11:27:30 -05:00
parent 0bd29e250e
commit 450ec06bd8

View file

@ -20,7 +20,7 @@
require: ['^sgCalendarDay', '^sgCalendarScrollView'], require: ['^sgCalendarDay', '^sgCalendarScrollView'],
replace: true, replace: true,
template: [ 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">', ' <div class="eventInside">',
// Categories color stripes // Categories color stripes
' <div class="category" ng-repeat="category in block.component.categories"', ' <div class="category" ng-repeat="category in block.component.categories"',