This tutorial shows how to make your sidebar lists appear as a colored block when you hover over it. Doing so will make your sidebar more dynamic on wordpress thesis theme.
This is the code,
li.widget ul li {
background:#FFFFFF;
display:block;
margin-bottom: 0;
margin-top: 0;
padding: 5px;}
li.widget ul li:hover {
background:#DDDDDD;
margin-top: 0;
margin-bottom: 0;
display:block;
padding:5px;
}
Enjoy!
