Hovering sur liens
This commit is contained in:
parent
bec6f4bdf9
commit
b318303c28
|
@ -239,12 +239,12 @@ aside#a-lec_sidebar {
|
||||||
margin: -10px 0px 0px 0px;
|
margin: -10px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.a-lec_list-post-title:hover {
|
.a-lec_list-post-item:hover .a-lec_list-post-title {
|
||||||
background-color: #2f4f6f;
|
background-color: #2f4f6f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.a-lec_list-post-title:hover ~ .a-lec_list-post-metas,
|
.a-lec_list-post-item:hover .a-lec_list-post-metas,
|
||||||
.a-lec_list-post-title:hover ~ .a-lec_list-post-info {
|
.a-lec_list-post-item:hover .a-lec_list-post-info {
|
||||||
background-color: #e1ecf5;
|
background-color: #e1ecf5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue