(js) Add border class for folder colors

This commit is contained in:
Francis Lachapelle
2015-09-29 14:01:16 -04:00
parent 1535660a31
commit d51bef162a

View File

@@ -30,6 +30,9 @@
' .fg-folder{{ ngModel.id }} {',
' color: {{ ngModel.color }} !important;',
' }',
' .bdr-folder{{ ngModel.id }} {',
' border-color: {{ ngModel.color }} !important;',
' }',
' .checkbox-folder{{ ngModel.id }} .md-icon {',
' background-color: {{ ngModel.color }} !important;',
' }',