update design for now datelistitem

This commit is contained in:
bkfox
2017-06-19 01:00:04 +02:00
parent f6e0d8d956
commit 262ea2c2ef
3 changed files with 6 additions and 6 deletions

View File

@ -240,12 +240,12 @@ ul.list, .list > ul {
.date_list_item.now {
font-size: 1.2em;
padding: 0.4em;
}
.date_list_item img.now {
width: 1.3em;
vertical-align: middle;
vertical-align: bottom;
}
@ -257,7 +257,8 @@ ul.list, .list > ul {
}
.content > .date_list .date_list_item:nth-child(2n+1) {
.content > .date_list .date_list_item:nth-child(2n+1),
.date_list_item.now {
box-shadow: inset 0em 0em 3em rgba(0, 124, 226, 0.1);
background-color: rgba(0, 124, 226, 0.05);
}