@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* ==UserStyle==
// @name         Italicize Unread Tabs (Mac OS X, maybe others)
// @author       andrabr
// @description	 Unviewed tabs have title (on the tab) in italics. Tested on Mac OS 10.5.4
// ==/UserStyle==*/


.tabbrowser-tab:not([selected]) .tab-text,
.tabbrowser-tab:not([selected])

{
font-style: italic !important;
}