hover state for the list view moved to the inner element to avoid phantom effects caused by padding-top

This commit is contained in:
Vadim Makeev 2011-07-18 12:12:15 +04:00
parent cfa2c54235
commit 1777c94c81
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ BODY {
border-radius:1px;
background:rgba(0, 0, 0, 0.3);
}
.list .slide:hover > DIV {
.list .slide > DIV:hover {
box-shadow:
0 0 0 10px rgba(60, 61, 64, 0.6),
0 0 50px #3C3D40;