MyBB Community Forums

Full Version: Change Buttons CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

Where can I change buttons CSS ? (Post Thread, Preview Post, etc)

Thanks.
What do you mean. What do you want to change?
You mean something like this:

input.button {
	background: #FFF;
	color: #000;
	border: 1px solid #000;
}

Try that in your CSS and see if it works for you.
I want to change style of highlighted buttons

[Image: 2vdr04l.jpg]
Well, that code I just gave you should do that :/
(2008-08-31, 09:25 PM)Ooka Wrote: [ -> ]Well, that code I just gave you should do that :/

should I create new css for that or it is in globalcss ?
Put it under the Global CSS, under Additional CSS
Oh, sorry, I forgot you were using 1.2.x :/