Browse Source

v2.2.4 : couleur typo pour liens footer + couleur_accent sur champ de

recherche
v2
chankalan 3 years ago
parent
commit
85eafd5678
  1. 3
      css/styles_config.css.html
  2. 2
      html5up_spectral_administrations.php
  3. 2
      paquet.xml

3
css/styles_config.css.html

@ -55,7 +55,8 @@ body.landing #page-wrapper {
/* couleur accent */
.features li.icon:before, input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary, .button.primary {[ color:(#CONFIG{html5up/couleur_accent});]}
.recherche input[type="search"]:focus, .recherche button:hover {[ box-shadow: 0 0 0 2px (#CONFIG{html5up/couleur_accent}) !important;] }
[.recherche button:hover { color:(#CONFIG{html5up/couleur_accent}) !important; }]
/*
, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6
*/

2
html5up_spectral_administrations.php

@ -28,6 +28,8 @@ function html5up_spectral_upgrade($nom_meta_base_version, $version_cible) {
$maj['create'] = array(
array('ecrire_config','html5up', array(
'couleur_accent' => '#ed4933',
'couleur_typo' => '#fff',
'couleur_bkg' => '#242C33',
'couleur_typo_entete' => '#ffffff',
'couleur_bkg_entete' => '#1D242A',
))

2
paquet.xml

@ -1,7 +1,7 @@
<paquet
prefix="html5up_spectral"
categorie="squelette"
version="2.2.3"
version="2.2.4"
schema="1.0.0"
etat="dev"
compatibilite="[3.1.0;3.3.*]"

Loading…
Cancel
Save