/*
 ____________________________________________________________________________
|                  |                                                         |
|          Title:  |  Notifications Bar - Animated Visual Alert              |
|    Description:  |  The bar that asks if you want to save a password       |
|         Author:  |  -=Ben=-                                                |
|   Date Created:  |  August 6, 2008                                         |
|   Date Updated:  |  August 6, 2008                                         |
|        Version:  |  1.0.0.0                                                |
|__________________|_________________________________________________________|

*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Customize the notification bar color: */
notification
{
  color: #000000 !important;
  background: #FF0000 
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIA AAACGFjVEwAAAADAAAAAM7tusAAAAAaZmNUTAAAAAAAAAAYAAAAFgAAAAAAAAAABLAD6AEBK OTPFwAAACNJREFUSIlj+M/A8J+WmGHUglELRi0YtWDUglELRi0YGRYAADflHB05PIazAAAAG mZjVEwAAAABAAAAGAAAABYAAAAAAAAAAASwA+gBAbOXJcMAAAAnZmRBVAAAAAJIiWP4/5/hP y0xw6gFoxaMWjBqwagFoxaMWjAyLAAA1qwqK/VBbagAAAAaZmNUTAAAAAMAAAAYAAAAFgAAA AAAAAAABLAD6AEBXgH2KgAAACdmZEFUAAAABEiJY/jfyPCflphh1IJRC0YtGLVg1IJRC0YtG BkWAADumCY8GJqsbwAAAABJRU5ErkJggg==") !important ;
  background-color: #FF0000 !important;
  background-repeat: repeat !important;
  background-position: center !important ;

}


/* Customize the Buttons on the notification bar (commented out): */

/*
notification button
{
  color: yellow !important;
  background: red !important;
  background-color: blue !important;
  -moz-appearance: none !important;
}
*/