Merge branch 'master' into dev10

This commit is contained in:
Fred Tempez 2020-03-22 15:44:53 +01:00
commit 03d7a2db8e
1 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@ function updateDOM() {
var colors = core.colorVariants($("#themeButtonBackgroundColor").val());
css += ".button.buttonSubmitPreview{background-color:" + colors.normal + ";}";
css += ".button.buttonSubmitPreview:hover{background-color:" + colors.darken + "}";
css += ".button.buttonSubmitPreview{color:" + colors.text + ";}";
// Couleurs des liens
colors = core.colorVariants($("#themeLinkTextColor").val());
css += "a.urlPreview{color:" + colors.normal + "}";
@ -53,7 +55,7 @@ function updateDOM() {
// Taille du texte
// Couleur du texte
css += "p.preview,.buttonSubmitPreview{color:" + $("#themeTextTextColor").val() + "}";
css += "p.preview{color:" + $("#themeTextTextColor").val() + "}";
/**
* Aperçu réel