Force colors of sgFolderStylesheet

This commit is contained in:
Francis Lachapelle 2015-04-20 16:11:10 -04:00
parent 5d5d8bc201
commit 781d55cc37

View file

@ -690,7 +690,7 @@
template:
'<style type="text/css">' +
' .folder{{ ngModel.id }} {' +
' background-color: {{ ngModel.color }};' +
' background-color: {{ ngModel.color }} !important;' +
' }' +
'</style>'
}