/*
 ___________________________________________________________________________
|                  |                                                        |
|          Title:  |  Always show Firefox 3's Go Button (Fx3 Final)         |
|    Description:  |  Always displaying                                     |
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  June 23, 2008                                         |
|   Last Updated:  |  June 26, 2008                                         |
|        Version:  |  1.0.0.1                                               |
|__________________|________________________________________________________|


*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/* Always display Go Button in Firefox 3: */

#urlbar[pageproxystate="valid"] > #urlbar-icons > #go-button
{
  visibility: visible !important;
}