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