custom textbox background color

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
Me59
Posts: 49
Joined: Sun Sep 04, 2005 10:40 pm

custom textbox background color

Post by Me59 »

Script URL:
Version of script: 1.43
...
Write your message below:

sign form field background colors - can I customise the text box background colors? where? I want them #C0FFC0
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello Me59,

In the gbook folder find style.css
Open it and find

Code: Select all

INPUT {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}
and replace it with

Code: Select all

INPUT {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#C0FFC0;
}

textarea {
   background-color:#C0FFC0;
   }
Greetings,
Henrie
Me59
Posts: 49
Joined: Sun Sep 04, 2005 10:40 pm

Post by Me59 »

yep, fits perfectly! Thanks Henrie!
Post Reply