forked from ZwiiCMS-Team/ZwiiCMS
[9.1.04] hauteur de police en 750px
This commit is contained in:
parent
5b49c6633d
commit
1a9cfbaac9
@ -28,7 +28,7 @@ class common {
|
|||||||
const GROUP_ADMIN = 3;
|
const GROUP_ADMIN = 3;
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '9.1.03';
|
const ZWII_VERSION = '9.1.04';
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
public static $coreModuleIds = [
|
public static $coreModuleIds = [
|
||||||
|
@ -27,6 +27,11 @@ $("input, select").on("change", function() {
|
|||||||
css += ".button:hover,button[type='submit']:hover,.pagination a:hover,input[type='checkbox']:not(:active):checked:hover + label:before,input[type='checkbox']:active + label:before{background-color:" + colors.darken + "}";
|
css += ".button:hover,button[type='submit']:hover,.pagination a:hover,input[type='checkbox']:not(:active):checked:hover + label:before,input[type='checkbox']:active + label:before{background-color:" + colors.darken + "}";
|
||||||
css += ".helpButton span:hover{color:" + colors.darken + "}";
|
css += ".helpButton span:hover{color:" + colors.darken + "}";
|
||||||
css += ".button:active,button[type='submit']:active,.pagination a:active{background-color:" + colors.veryDarken + "}";
|
css += ".button:active,button[type='submit']:active,.pagination a:active{background-color:" + colors.veryDarken + "}";
|
||||||
|
if ($("#themeSiteWidth").val() === "750px") {
|
||||||
|
css += ".button, button{font-size:0.8em;}";
|
||||||
|
} else {
|
||||||
|
css += ".button, button{font-size:1em;}";
|
||||||
|
}
|
||||||
// Couleurs des liens
|
// Couleurs des liens
|
||||||
colors = core.colorVariants($("#themeLinkTextColor").val());
|
colors = core.colorVariants($("#themeLinkTextColor").val());
|
||||||
css += "a{color:" + colors.normal + "}";
|
css += "a{color:" + colors.normal + "}";
|
||||||
|
Loading…
Reference in New Issue
Block a user