@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* ==UserStyle==
// @name         Tab selected with fixed width
// @author       Roblesolido
// @compatible   Firefox 4.0+
// @description	 This makes to each tab selected with a visible width.
// ==/UserStyle==*/

.tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"])
{
min-width: 119px !important;
}
.tabbrowser-tabs > .tabbrowser-tab[selected="true"]:not([pinned="true"])
{
min-width: 240px !important;
cursor: default !important;
}