Force colors of sgFolderStylesheet

pull/91/head
Francis Lachapelle 2015-04-20 16:11:10 -04:00
parent 5d5d8bc201
commit 781d55cc37
1 changed files with 1 additions and 1 deletions

View File

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