Problema con el hover
-
Buenos días.
Tengo un problema con el hover que me vuelve loco, el caso es que no aparece como quiero, cuando pongo el cursor encima del botón éste no hace nada se queda como si no lo pasara.
Así es tal y como lo tengo:
.slider-caption br + a,
.bttn,
button,
input[type=»button»],
input[type=»reset»],
input[type=»submit»] {
background: rgba(18, 75, 139, 0.8) !important;
color: #FFF !important;
cursor: pointer; /* Improves usability and consistency of cursor style between image-type ‘input’ and others */
font-size: 14px;
line-height: 1;
padding: 10px 15px;
font-weight: normal;
display: inline-block;
position:relative;
text-shadow:none;
}
.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type=»button»]:hover,
input[type=»reset»]:hover,
input[type=»submit»]:hover{
background: #fbcf01;
color: #124b8b;
}¿Qué me puede estar fallando?
Gracias
- El debate ‘Problema con el hover’ está cerrado a nuevas respuestas.