PedroMRP's Tranparent Search Bar - Fast Dial

This fix was invented entirely by PedroMRP here .

It was placed in a Style format for ease of loading.

---

Text colour of course can be changed to suit in this line

color: white;

font size in this line

font-size: 1.2em;

---

this is the effect

Before (your wndow may also be white) Default v2.14 Toolbar

Screenshot_-_28_10_2008_,_04_06_16.png - upload images with Picamatic

after

Screenshot_-_28_10_2008_,_04_07_00.png - upload images with Picamatic

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("chrome://fastdial/content/fastdial.html") {

}

#search {
margin-top: 5px;
margin-bottom: -5px;
}

#search input {
font-size: 1.2em;
color: white;
border: 1px solid lightgray;
background: transparent;
}