(js) Colorize the bg of calendars checkboxes

The background color was affecting only checked checkboxes. Now the
color is applied even for uncheck checkboxes.
pull/91/head
Francis Lachapelle 2015-05-13 15:25:42 -04:00
parent a9ad21b395
commit ac705547e8
1 changed files with 1 additions and 1 deletions

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>'