• xueyou38
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I have created 
Code:
 <style>
    .buttons{background-color : #a8a}
</style> 
<apex:form>
  <apex:commandButton value="Check In" action="{!savedata}" styleClass="buttons"/>
</apex:form>

 
tags in my VF page but still that button has "Gray" color in background.... not that defined color in inline Stylesheet.
What should i do ??
Thanks in advance.


Message Edited by Shwetal Desai on 11-25-2008 05:39 AM