Jump to content

problem with button background


Recommended Posts

Hello,

Have a look in the files global.css and search for that:

#authentication input#SubmitCreate, #authentication input#SubmitLogin {
margin:0;
}
global.css (ligne 1368)
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
background-image:url("../img/button-medium.gif");
width:120px;
}
global.css (ligne 495)
input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled,


... hope this helps ...

Link to comment
Share on other sites

Hello,

Looking in the code you can see that the image file named 'button-medium.gif' is used for that button.
This file is located in the 'img' directory in the root of your web address site.
So you have 'only'.. to create a new button with that same name and a different color and what else.
Place it in the 'img' directory and you'll see the change.
Prior that I would save the original button image (rename it if you want).

Good luck.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...