/*
 ___________________________________________________________________________
|                  |                                                        |
|          Title:  |  Extensions Manager - Hide Compatibility Warning       |
|    Description:  |  Removes add-on compatibility checking alert box       |
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  July 15, 2008                                         |
|   Last Updated:  |  August 28, 2008                                       |
|        Version:  |  1.0.0.1                                               |
|__________________|________________________________________________________|


*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#extensionsManager * notification[value="Add-on compatibility checking is disabled. You may have incompatible add-ons."]
{
  display:none !important;
  visibility: collapse !important;
}