PDA

View Full Version : Change button color.


HunteRRosE
03-29-2008, 12:43 AM
On the open ticket page...

How can I change the way the "open ticket", "reset" and "cancel" buttons look?

Corey
03-29-2008, 12:58 AM
On the open ticket page...

How can I change the way the "open ticket", "reset" and "cancel" buttons look?

You just want to change the colors?

Edit /upload/styles/colors.css.

/* Input buttons/submits colors*/
.button {
background-color: #DB8606;
color: #FFF;
border-color: #666;
}

HunteRRosE
03-29-2008, 11:07 PM
Hmm... didn't work.

Corey
03-29-2008, 11:31 PM
Hmm... didn't work.

Clear your browsers cache.