/*
 ___________________________________________________________________________
|                  |                                                        |
|          Title:  |  Hide the Show Passwords Button for Security (Fx2)     |
|    Description:  |  Disable ability to view saved passwords               |
|   Date Created:  |  June 11, 2008                                         |
|   Last Updated:  |  June 11, 2008                                         |
|        Version:  |  1.0.0.0                                               |
|__________________|________________________________________________________|


*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);






/* Remove "Show Passwords" button: */
dialog#signonviewer button#togglePasswords 
{
  display:none !important; 
}

prefwindow#SignonViewerDialog button#togglePasswords 
{
  display:none !important; 
}

dialog#signonviewer #savedsignons 
{
  display: none !important 
}

#passwords button 
{
  display: none !important 
}