>>1432221/* URL BAR */
#urlbar
{
background:rgba(0,0,0,.4)!important;
border:0!important;
>>>>> color:rgba(255,255,255,.7)!important;
margin:4px 1px 1px!important;
max-height:15px!important;
min-height:15px!important;
padding:0!important;
text-shadow:rgba(0,0,0,.8) 0 0 1px!important;
-moz-transition:color .2s ease-in-out;
/* TABS */
#main-window #tabbrowser-tabs tab
{
font-family:"haxrcorpttf"!important;
background:rgba(0,0,0,0.4)!important;
border:0!important;
>>>> color:rgba(255,255,255,.7)!important;
Change these two to change the font color of URL / Tabs, just google rgba colors or whatever to get the correct code for the color you want.