PHRAS-3669

This commit is contained in:
Harrys Ravalomanana
2020-04-17 16:14:32 +04:00
parent 559e0644de
commit 87f4647623

View File

@@ -71,7 +71,7 @@
<style title="color_selection" type="text/css">
.diapo.selected,#reorder_box .diapo.selected, #EDIT_ALL .diapo.selected, .list.selected, .list.selected .diapo {
color: {{"#" ~ app['settings'].getUserSetting(app.getAuthenticatedUser(), 'fontcolor-selection', 'FFFFFF')}};
background-color: {{"#" ~ app['settings'].getUserSetting(app.getAuthenticatedUser(), 'background-selection', '404040')}};
background-color: {{"#" ~ app['settings'].getUserSetting(app.getAuthenticatedUser(), 'background-selection', 'ab47bc')}};
}
</style>
{% endblock %}