[9.2.26] hover sur les boutons page admin

pull/6/head
Fred Tempez 3 years ago
parent 03d7a2db8e
commit bc1fa8c53f

@ -32,14 +32,20 @@ span .zwiico-help {
.button,
button[type=submit],
.button:hover,
button[type=submit]:hover,
input[type="checkbox"]:checked + label::before,
.speechBubble {
background-color: rgba(32, 59, 82, 1);
color: white;
}
.button:hover,
button[type=submit]:hover {
background-color: rgba(17,44,67,1);
}
.speechBubble::before {
border-color: rgba(32, 59, 82, 1) transparent transparent transparent;
}

Loading…
Cancel
Save