forked from ZwiiCMS-Team/ZwiiCMS
[9.2.26] hover sur les boutons page admin
This commit is contained in:
parent
03d7a2db8e
commit
bc1fa8c53f
@ -32,14 +32,20 @@ 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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user