News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

How to add a border around the text box?

Started by aessedai03, March 21, 2010, 11:18:54 AM

Previous topic - Next topic

aessedai03

Can someone please help me add a border around the text box? I attached a screenshot of what I'm referring to. The theme I am using is Green Light v1 and the SMF version is 1.1.11. Thank you!

http://custom.simplemachines.org/themes/index.php?lemma=1182
I am using 1.1.11 and Green Light v1 theme.
http://custom.simplemachines.org/themes/index.php?lemma=1182

Mick.

In Themes/greenlight_v1/style.css

Open..

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
color: #000;
font-family: verdana, sans-serif;
background: #f9f9f9 url(images/bg3.png);
border: 1px solid #fff;
padding: 2px;
}


and change:

border: 1px solid #fff;

to:

border: 1px solid #cecece;

aessedai03

It worked! Thank you! Topic has been marked as solved.
I am using 1.1.11 and Green Light v1 theme.
http://custom.simplemachines.org/themes/index.php?lemma=1182

Mick.


Advertisement: