[9.2.26] hover sur les boutons page admin

This commit is contained in:
Fred Tempez 2020-03-22 16:06:43 +01:00
parent 03d7a2db8e
commit bc1fa8c53f
1 changed files with 8 additions and 2 deletions

View File

@ -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;
}