hover effect on left side menus

pull/1524/head
Thibault Duplessis 2016-01-26 19:28:57 +07:00
parent 6b5aead875
commit c2bf028a55
1 changed files with 4 additions and 0 deletions

View File

@ -909,6 +909,10 @@ div.side form.search input {
padding: 8px 0 8px 8px;
display: block;
width: 203px;
transition: background 0.13s;
}
#site_header div.side_menu a:hover {
background: rgba(255,255,255,0.5);
}
#site_header div.side_menu a.active {
background: white;