XenForo
Administrative
- Thread starter
- Admin
- #1
So I was trying to add a hover affect to the nodes, when I noticed that the shadow overlaps the node above the hover node, and goes under the node below the hover node.
This is my
CSS:
Exaggerated...
Read more
ادامه مطلب...
This is my
extra.less
codeCSS:
Code:
/* Node shadows on hover */
.template-forum_list .block-container .node {
box-shadow: 0;
transition: box-shadow 0.3s ease-in-out;
}
.template-forum_list .block-container .node:hover {
box-shadow: 0 0 15px 5px #737373;
}
Exaggerated...
Read more
ادامه مطلب...