/*
 *             Name:	Weave Sync - Statusbar button tweaks
 *
 *           Author:	banthaz
 *
 *    Compatibility:	+ Only tested on Firefox 3.6, Default theme!
 *			+ Mainly developed in:
 *			    Windows XP, Windows Classic theme
 *			+ Also tested on:
 *			    Windows XP, Windows XP theme (Blue)
 *			    Windows Vista, Windows Aero theme
 *			+ I think it works in most cases.
 *
 * Requires editing:	You have to change INSERTUSERNAME to your username,
 *			and maybe even translate some stuff, to make it work.
 *			It's easy though. Just look for the instructions!
 *
 *          Updated:	Apr 28 2010
 *
 *          Version:	3.6
 *
 *            Notes:	+ This style contains disabled code.
 *			  You should customize it your way -
 *			  Enable/Disable whatever you like!
 *			+ Change the colors to your favorites!
 */


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/************************** WHEN NOT SIGNED IN **************************/
/* NOTE: If your version of Weave Sync uses another language than English, you must translate "Not Signed In" everywhere below in this part! */


/* The icon */
#sync-menu-button[label="Not Signed In"] > image
{
/*opacity: 0.5;*/   		/* â† Fade it */
/*display: none;*/  		/* â† Remove it */
}


/* The label */
#sync-menu-button[label="Not Signed In"] > label
{
/*display: none;*/  		/* â† Remove it */
}
#sync-menu-button[label="Not Signed In"]:not(:hover) > label
{
display: none;  		/* â† Remove it until hover */
}


/* Colors & Text style */
#sync-menu-button[label="Not Signed In"]
{
-moz-box-shadow:0 0 0 1em red inset;    	/* â† Background color (only change "red") */
/*color: red;*/     		/* â† Text color */
font-weight: bold;		/* â† Bold text */
/*font-style: italic;*/		/* â† Italic text */
}





/**************************** WHEN SIGNED IN ****************************/
/* NOTE: You must change INSERTUSERNAME to your username everywhere below in this part! */


/* The icon */
#sync-menu-button[label="INSERTUSERNAME"] > image
{
/*opacity: 0.5;*/   		/* â† Fade it */
/*display: none;*/  		/* â† Remove it */
}


/* The label */
#sync-menu-button[label="INSERTUSERNAME"] > label
{
display: none;  		/* â† Remove it */
}
#sync-menu-button[label="INSERTUSERNAME"]:not(:hover) > label
{
/*display: none;*/  		/* â† Remove it until hover */
}


/* Colors & Text style */
#sync-menu-button[label="INSERTUSERNAME"]
{
/*-moz-box-shadow:0 0 0 1em green inset;*/  	/* â† Background color (only change "green") */
/*color: red;*/     		/* â† Text color */
/*font-weight: bold;*/		/* â† Bold text */
/*font-style: italic;*/		/* â† Italic text */
}





/***************************** WHEN SYNCING *****************************/
/* NOTE: If your version of Weave Sync uses another language than English, you must translate "Not Signed In" and "Disabled (Private Browsing)" everywhere below in this part! */
/* NOTE: You must change INSERTUSERNAME to your username everywhere below in this part! */


/* The icon */
#sync-menu-button:not([label="Not Signed In"]):not([label="Disabled (Private Browsing)"]):not([label="INSERTUSERNAME"]) > image
{
/*opacity: 0.5;*/   		/* â† Fade it */
/*display: none;*/  		/* â† Remove it */
}


/* The label */
#sync-menu-button:not([label="Not Signed In"]):not([label="Disabled (Private Browsing)"]):not([label="INSERTUSERNAME"]) > label
{
/*display: none;*/  		/* â† Remove it */
}
#sync-menu-button:not([label="Not Signed In"]):not([label="Disabled (Private Browsing)"]):not([label="INSERTUSERNAME"]):not(:hover) > label
{
display: none;  		/* â† Remove it until hover */
}


/* Colors & Text style */
#sync-menu-button:not([label="Not Signed In"]):not([label="Disabled (Private Browsing)"]):not([label="INSERTUSERNAME"])
{
/*-moz-box-shadow:0 0 0 1em yellow inset;*/    	/* â† Background color (only change "yellow") */
/*color: red;*/     		/* â† Text color */
/*font-weight: bold;*/		/* â† Bold text */
/*font-style: italic;*/		/* â† Italic text */
}





/*************************** PRIVATE BROWSING ***************************/
/* NOTE: If your version of Weave Sync uses another language than English, you must translate "Disabled (Private Browsing)" everywhere below in this part! */


/* The icon */
#sync-menu-button[label="Disabled (Private Browsing)"] > image
{
opacity: 0.5;   		/* â† Fade it */
/*display: none;*/  		/* â† Remove it */
}


/* The label */
#sync-menu-button[label="Disabled (Private Browsing)"] > label
{
/*display: none;*/  		/* â† Remove it */
}
#sync-menu-button[label="Disabled (Private Browsing)"]:not(:hover) > label
{
display: none;  		/* â† Remove it until hover */
}


/* Colors & Text style */
#sync-menu-button[label="Disabled (Private Browsing)"]
{
/*-moz-box-shadow:0 0 0 1em red inset;*/    	/* â† Background color (only change "red") */
/*color: red;*/     		/* â† Text color */
font-weight: bold;		/* â† Bold text */
/*font-style: italic;*/		/* â† Italic text */
}