Quote:
Originally Posted by saqibnpt
|
Very nice forum color scheme. May I make a suggestion?
Go into your templates, open up
vbulletin-chrome.css
Do a search for
.toplinks form input.loginbutton
and change the attributes to read the following
PHP Code:
.toplinks form input.loginbutton {
font-size: {vb:math {vb:stylevar font.fontSize}-2}px;
padding: 0 {vb:math {vb:stylevar padding}/2};
background-color: #186400;
border:solid 1px #ffffff;
color: #ffffff;
}
And your login area will be perfect

(I matched the green for the background color)