Kheys, Administrateurs
9 367
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 25 : | Ligne 25 : | ||
-moz-text-fill-color: transparent; | -moz-text-fill-color: transparent; | ||
} | } | ||
/* FORMULAIRE DE RECHERCHE */ | |||
#accueil_recherche { | #accueil_recherche { | ||
text-align: center; | text-align: center; | ||
} | |||
#accueil_recherche form input:nth-of-type(1) { | |||
margin: 0 auto; | |||
border: none; | |||
border:solid 4px #028EFD; | |||
border-radius: 30px; | |||
height: 40px; | |||
width:350px; | |||
padding: 10px; | |||
} | } | ||
#accueil_recherche form input[type=submit] { | #accueil_recherche form input[type=submit] { | ||
border-radius: 30px; | |||
border:solid 1px #028EFD; | |||
margin-left:-40px; | |||
background: no-repeat center/35% url("https://jvflux.fr/images/b/bc/loupe.png") #028EFD; | |||
height: 40px; | |||
width:60px; | |||
} | } | ||