art-button doesn't change the button style


Author Message
Nate

Posted: 5/11/2011
Quote message 

DNN version: 5.6

When adding the class .art-button to any click-able element (a, input) the style does not override the default generated button.

ex:
<input type="submit" value="Submit" class="art-button" />

<input type="button" value="My Button" class="art-button" />

<a href="#" class="art-button">Text</a>

 
Steven Webster

Posted: 5/13/2011
Quote message 

Nate,
In the 3.0 version (Release Candidate) there is some JQuery in the skin files that automatically applies a wrapper to style your input buttons..even without the class.

Otherwise, I've always had links styled with art-button and they appear as designed in Artisteer on DNN 5.2