Uite aici: #board_stats li {
margin-right: 20px;
background: ;
border-radius: 0px;
padding: 0px 13px;
border: 1px solid #1d1d1d;
text-transform: uppercase;
font-size: 10px;
transition: all 0.8s ease-in-out;
}
#board_stats li:hover {
box-shadow: inset 0px 50px 0px rgba(255,255,255,0.1);
}
#board_stats .value {
display: inline-block;
background: #2d2d2d;
color: #fff;
border-radius: 20px 0px;
margin-left: -31px;
padding: 8px 9px;
font-weight: bold;
border-radius: 20px 0px 0px 20px;
margin-right: 3px;
transition: all 0.8s ease-in-out;
}
#board_stats li:hover .value {
box-shadow: inset 0px -50px 0px rgba(70, 130, 180, 0.5);
}