Use the HTML5 color picker to change the colors in slides

This commit is contained in:
yflory
2016-10-10 17:01:04 +02:00
parent d7e170c797
commit d63c912af0
4 changed files with 128 additions and 54 deletions

View File

@@ -70,6 +70,11 @@ define(function () {
out.sourceButton = 'VOIR LA SOURCE';
out.sourceButtonTitle = "Quitter le mode présentation";
out.backgroundButton = 'COULEUR DE FOND';
out.backgroundButtonTitle = 'Changer la couleur de fond de la présentation';
out.colorButton = 'COULEUR DU TEXTE';
out.colorButtonTitle = 'Changer la couleur du texte en mode présentation';
out.commitButton = 'VALIDER';
out.getViewButton = 'LECTURE SEULE';