/*
 _________________________________________________________________________
|                  |                                                      |
|          Title:  |  Rounded Toolbar Buttons (Circle or Custom)          |
|    Description:  |  Change the toolbar buttons to have a rounded radius |
|         Author:  |  -=Ben=-                                             |
|   Date Created:  |  June 27, 2008                                       |
|   Last Updated:  |  June 27, 2008                                       |
|        Version:  |  1.0.0.1                                             |
|__________________|______________________________________________________|

*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);




/* hide toolbar button impressions: */
toolbarbutton:hover
{
  -moz-border-radius: 19px !important; /* Change this to 5px to get nicely rounded buttons instead of round buttons - Code below: */
  /* -moz-border-radius: 5px !important; */             /* This is the code to make the borders nice Rounded Edges - not circles  */
}