Explorar el Código

Merge pull request #110 from OdairTrujillo/master

Fixing hover background color for #contact-submit button in assets/css/style.css
tags/v1.0.0
Somrat hace 4 años
padre
commit
99b0409b93
No account linked to committer's email address
Se han modificado 1 ficheros con 10 adiciones y 6 borrados
  1. 10
    6
      assets/css/style.css

+ 10
- 6
assets/css/style.css Ver fichero

@@ -706,15 +706,10 @@ a:hover {
}

.form-meghna input:hover,
.form-meghna textarea:hover,
#contact-submit:hover {
.form-meghna textarea:hover {
border-color: #57cbcc;
}

.form-meghna ::placeholder {
color: #ddd !important;
}

#contact-submit {
border: 1px solid rgba(236, 239, 241, 0.07);
background: #57cbcc;
@@ -723,6 +718,15 @@ a:hover {
margin: 0;
}

#contact-submit:hover {
border-color: #2c9091;
background-color: #2c9091;
}

.form-meghna ::placeholder {
color: #ddd !important;
}

.google-map #map-canvas {
height: 400px;
}

Cargando…
Cancelar
Guardar