/*
*******************************************************
* --- Created June 28 2011 --- By Barbie Foster       *
* Barbiegirl  http://userstyles.org/users/13023       *
* TITLE: ► Stylish - Hide Global Styles List in Menus * 
* http://userstyles.org/styles/49944                  *
 ******************************************************
*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* ENABLED GLOBAL STYLES*/

#stylish-popup [style-type*="global"][checked="true"]
{display: none !important; }

/* DISABLED GLOBAL STYLES*/

#stylish-popup [style-type*="global"][checked="false"]
{ display: none !important;}

/*END*/