Open keilo2000 opened 11 years ago
we generating buttons with
Button label here
But the internal styledoccu css seem to overwrite this with this I try to get a way to ignore this so it picks my link classes up
a:link, a:visited { background: none repeat scroll 0 0 transparent; color: #333333; text-decoration: none; }
I don't understand this ticket. I think your example button label failed to render correctly. What is happening and what are you expecting to happen?
we generating buttons with
Button label here
But the internal styledoccu css seem to overwrite this with this I try to get a way to ignore this so it picks my link classes up
a:link, a:visited { background: none repeat scroll 0 0 transparent; color: #333333; text-decoration: none; }