A small request from anyone who had the blueLagoon skin installed

Illusion

Member
Aug 15, 2005
7
0
151
Hiya. I was messing around with the BlueLagoon skin, and i messed up the style.css file. Could someone who has it installed find these four lines and paste the full versions here?:

Code:
select { color

option { color

textarea { color

input { color
thank you.
 

sawbuck

Well-Known Member
Jan 18, 2004
1,365
10
168
cPanel Access Level
Root Administrator
select { color:#000000; font: 10px Verdana, Arial, Helvetica, sans-serif;
font-weight: none; text-decoration: none; background: #FFFFFF; border: 1
solid #999999; }

option { color:#000000; font: 10px Verdana, Arial, Helvetica, sans-serif;
font-weight: none; text-decoration: none; background: #FFFFFF; border: 1
solid #999999; }

textarea { color:#000000; font: 10px Verdana, Arial, Helvetica,
sans-serif; font-weight: none; text-decoration: none; background: #FFFFFF;
border: 1 solid #999999; }

input { color:#000000; font: 10px Verdana, Arial, Helvetica, sans-serif;
font-weight: none; text-decoration: none; background: #FFFFFF; border: 1
solid #999999; }
 

sawbuck

Well-Known Member
Jan 18, 2004
1,365
10
168
cPanel Access Level
Root Administrator
.headerTB {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-decoration: none; font-style:normal ; padding-right:5px; padding-left:5px}