/*
 ___________________________________________________________________________
|                  |                                                        |
|          Title:  |  Hide Site Identity Button if Location Bar is Focused  |
|    Description:  |  Removes the button when you begin to type an address  |
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  July 8, 2008                                          |
|   Last Updated:  |  July 8, 2008                                          |
|        Version:  |  1.0.0.0                                               |
|__________________|________________________________________________________|


*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#identity-box:not([style="-moz-user-focus: ignore;"])
{
  display:none;
}