1

Topic: To change the color of the send button

Which is the correct id to change the color of the send button? (not also the preview button).
I want to change it to a green color, border and hover included, maintaining the gradient.

2 (edited by Kushi 2013-04-13 14:04)

Re: To change the color of the send button

.primary input[type="submit"],
.primary input[type="button"],
.primary input[type="reset"],
.primary button {

}

You should really use Firefox or Chrome Developer tools to check this things, not ask about everything here tongue.

If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.

3 (edited by Lok 2013-04-13 14:08)

Re: To change the color of the send button

I have Web Developer extension for chrome and it show me id and class but it's not easy to find the correct subid, subclass +_+

By the way I'm sure that these topics will help also future users smile

4

Re: To change the color of the send button

I changed it succesfully thanks!!!!!

It's a little issue on the Send button in quick reply, and it is present also on the default Oxygen theme. The "Submit" text is not perfectly aligned to the middle. It's too more on the left.