just a simple tip to make forum reply links look more buttony (if thats a word haha)
add to your css
.toggle a {
box-shadow: 4px 6px 14px inset;
cursor: pointer;
max-width: 178px;
width: auto;
padding: 0 3px;
border-radius:6px;
}
.toggle a:hover {
box-shadow: 4px 6px 14px red inset;
cursor: pointer;
max-width: 178px;
width: auto;
padding: 0 3px;
border-radius:6px;
}
Replies
Gracias, me encanta!
great tip!
well
hmm
im not sure since it would require javqscript (your better t that)
the link would have to call a function that inserts a display:ni[one into the element as an inline style..
i think
im not even sure if that would work or not