Script Summary: A simple script to customize colors, change fonts and round corners of text fields, input areas, borders, drop-down menus and buttons in Firefox.
Default color scheme (black and white) can be easily edited to whatever colors you want
(examples:
-changing the word "white" in "select { background-color: white" to "#FFDED9" gives you light-orange buttons...
-changing the word "white" in "input { background-color: white" to "#E7D6FF" gives you light lavender input boxes...
-changing the word "black" in "textarea { color: black" to "#2D26FF" gives you blue text in the textareas...
etc, etc, etc...)
You can use this Online Color Picker Tool to easily get color codes
Leave "font-family" blank for browser default, or enter the name of a font installed on your computer
Leave "font-size" blank for browser default, or enter a size in px
Vary border thickness for a part by editing "border: 1px solid" within that part's section
Change border color for a part by editing "border-color: black" within that part's section
You can also turn off rounded corners by setting "-moz-border-radius" to 0px
:)
UPDATE INFO
2.1 improved form functions
2.2 improved option functions
2.3 improved select functions
2.4 rounded corners
2.5 improved button functions
2.6 improved border functions
2.7 added font style and size functions
Nov26/08: Changed Script name from "Color Corrector 2.7" to "Style Corrector"
Dec5/08: excluded certain pages
Jan17/09: excluded youtube pages (I just don't like the way this script is looking on there since they've made recent site changes)



