(fix) set background to transparent by default

pull/100/merge
Ludovic Marcotte 2015-08-19 20:45:07 -04:00
parent 8fcd594be6
commit da81f7bc58
1 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,6 @@
/// datePicker.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends-datePicker';
md-datepicker {
background: transparent;
}