biolab / orange-web

Orange Data Mining Homepage
https://orange.biolab.si
16 stars 21 forks source link

Add box shadow on hover for Screenshots #60

Open ajdapretnar opened 8 years ago

ajdapretnar commented 8 years ago

It would be great to include a box shadow effect when hovering over screenshots to indicate clickable content.

kernc commented 8 years ago

Adding

#features div.screenshot-container div.content:hover
{
    background: #fea;
}

would look quite alright if thumbnails had transparent background.