ToxicS
Customer
Im using the following code on all my forum nodes which gives it a pop op effect when you hover over a node, but since the last update it doesn't work anymore, any way i could fix this?
working with 1.4.4
not anymore with 1.4.5
Code:
.node_15 .nodeInfo.forumNodeInfo.primaryContent:hover {
text-shadow: 0 0 0 transparent, 0px 0px 0 #1e6f20 !important;
-webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1);transform: scale(1.1,1.1);
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
z-index: 9999;
-webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; -khtml-border-radius: 5px !important; border-radius: 5px !important;
}
not anymore with 1.4.5
Last edited: