Francesco V.
Active member
I wish to change icon size from 36 to 42px. I put in EXTRA.css of a child custom styles:
but it seems that this setting is overwritten again by the standard one with 36px. Any ideas ?
HTML:
.node .nodeIcon
{
margin: 7px 0 7px 10px;
float: left;
width: 42px;
height: 42px;
}
but it seems that this setting is overwritten again by the standard one with 36px. Any ideas ?