From ac705547e8f2e225dfe64a74511d217efc8bae5c Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 13 May 2015 15:25:42 -0400 Subject: [PATCH] (js) Colorize the bg of calendars checkboxes The background color was affecting only checked checkboxes. Now the color is applied even for uncheck checkboxes. --- UI/WebServerResources/js/Common/sgFolderStylesheet.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/js/Common/sgFolderStylesheet.directive.js b/UI/WebServerResources/js/Common/sgFolderStylesheet.directive.js index 7b2265ec1..d32d5bf1a 100644 --- a/UI/WebServerResources/js/Common/sgFolderStylesheet.directive.js +++ b/UI/WebServerResources/js/Common/sgFolderStylesheet.directive.js @@ -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;', ' }', ''