[9.2.26] hover boutons admin

This commit is contained in:
Fred Tempez 2020-03-22 16:08:34 +01:00
parent 80398eca7f
commit 00a0ba769d
1 changed files with 5 additions and 2 deletions

View File

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