mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
(js) Colorize the bg of calendars checkboxes
The background color was affecting only checked checkboxes. Now the color is applied even for uncheck checkboxes.
This commit is contained in:
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user