Bucket Posted June 3, 2009 Share Posted June 3, 2009 Hello, I would like to change the button style for all my buttons on my WHMCS integration. Like: <input type="submit" class="submitbutton" value="{$LANG.loginbutton}" /> But when I look up: class="submitbutton" in style.css its not there. Do I have to create a new css for that? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted June 3, 2009 Share Posted June 3, 2009 /portal/style.css Around line 84 in my copy (3.8.2) .submitbutton { color: #ffffff; cursor: pointer; cursor: hand; font-weight: bold; background-color: #3A6897; border: 1px solid #3A6897; } 0 Quote Link to comment Share on other sites More sharing options...
Bucket Posted June 3, 2009 Author Share Posted June 3, 2009 I have v4... It doesnt have it... 0 Quote Link to comment Share on other sites More sharing options...
Bucket Posted June 3, 2009 Author Share Posted June 3, 2009 How do I edit that css to make it also when I hover over it changes style. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.