(js) Colorize the bg of calendars checkboxes

The background color was affecting only checked checkboxes. Now the
color is applied even for uncheck checkboxes.
This commit is contained in:
Francis Lachapelle 2015-05-13 15:25:42 -04:00
parent a9ad21b395
commit ac705547e8

View file

@ -30,7 +30,7 @@
' .fg-folder{{ ngModel.id }} {',
' color: {{ ngModel.color }} !important;',
' }',
' .checkbox-folder{{ ngModel.id }}.md-checked .md-icon {',
' .checkbox-folder{{ ngModel.id }} .md-icon {',
' background-color: {{ ngModel.color }} !important;',
' }',
'</style>'