restore entry heading hover effect

This commit is contained in:
Athou
2013-06-16 13:22:01 +02:00
parent 76f7978a06
commit f6651b0484

View File

@@ -47,6 +47,10 @@
background-color: #fff;
}
#feed-accordion .unread .entry-heading:hover {
background-color: #ebebeb;
}
#feed-accordion .current.closed .entry-heading {
background-color: #ffc;
}