forked from ZwiiCMS-Team/ZwiiCMS
couleurs des onglets au survol
This commit is contained in:
parent
df4c2d9014
commit
25f74054ff
@ -47,10 +47,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.buttonTab:hover {
|
.buttonTab:hover {
|
||||||
filter : brightness(140%);
|
filter: saturate(200%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.activeButton {
|
.activeButton {
|
||||||
|
background-color: #00BFFF;
|
||||||
filter: contrast(200%);
|
|
||||||
}
|
}
|
||||||
|
@ -37,9 +37,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.buttonTab:hover {
|
.buttonTab:hover {
|
||||||
filter : brightness(140%);
|
filter: saturate(200%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.activeButton {
|
.activeButton {
|
||||||
filter: contrast(200%);
|
background-color: #00BFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,9 +38,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.buttonTab:hover {
|
.buttonTab:hover {
|
||||||
filter : brightness(140%);
|
filter: saturate(200%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.activeButton {
|
.activeButton {
|
||||||
filter: contrast(200%);
|
background-color: #00BFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -47,9 +47,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.buttonTab:hover {
|
.buttonTab:hover {
|
||||||
filter : brightness(140%);
|
filter: saturate(200%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.activeButton {
|
.activeButton {
|
||||||
filter: contrast(200%);
|
background-color: #00BFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user