inherit
27845
0
Sept 6, 2006 13:29:28 GMT -8
Smashing
9
July 2004
smashing
|
Post by Smashing on Jul 10, 2005 14:48:38 GMT -8
I forgot the code, I know it's wrapped by <style> tags, but I can't remember what goes inside for ProBoards. Anyone know the code to change the colours / borders of Input Boxes, Drop Down Boxes and Text Boxes?
|
|
inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
Post by Bradley on Jul 10, 2005 14:55:55 GMT -8
I forgot the code, I know it's wrapped by <style> tags, but I can't remember what goes inside for ProBoards. Anyone know the code to change the colours / borders of Input Boxes, Drop Down Boxes and Text Boxes? Global Headers. <style type="text/css"> textarea, input { background-color: #000000; color: #ffffff; } </style>
|
|
inherit
27845
0
Sept 6, 2006 13:29:28 GMT -8
Smashing
9
July 2004
smashing
|
Post by Smashing on Jul 10, 2005 14:59:53 GMT -8
Yes!!! Thanks so much, now do you know the thing like 'background-color' that changes the font colour? I tried 'font-color' but it didn't work. EDIT: Oops, I got it working lol. Thanks again.
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Jul 10, 2005 17:52:25 GMT -8
color: #ffffff; changes the font colour.
|
|
squalleh
inherit
-148903
0
Nov 30, 2024 2:55:23 GMT -8
squalleh
0
January 1970
GUEST
|
Post by squalleh on Jul 11, 2005 3:19:06 GMT -8
Questions like these should be in Code Support.
|
|