Files
Mozilla/mozilla/toolkit/themes/winstripe/global/browser.css
aaronleventhal%moonset.net 5cdedf5e40 XUL tab focus indication should appear inside the tab. r=sdwalker, sr=neil
git-svn-id: svn://10.0.0.236/trunk@159802 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-24 22:53:13 +00:00

45 lines
843 B
CSS

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-strip {
}
tabpanels {
-moz-appearance: none;
}
.tabbrowser-tabs {
padding-top: 1px;
background: transparent url("chrome://global/skin/icons/tabstrip-bottom.png") repeat-x bottom center !important;
padding-left: 2px;
}
.tabs-left,
.tabs-right {
width: 3px;
border-bottom-width: 0px;
}
.tab-icon {
margin-top: 1px;
margin-right: 3px;
width: 16px;
height: 16px;
list-style-image: url("chrome://global/skin/icons/folder-item.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
tab[busy] > .tab-middle > .tab-icon {
list-style-image: url("chrome://browser/skin/Throbber-small.gif");
-moz-opacity: 0.5;
}
tab[selected="true"] {
font-weight: bold;
margin-bottom: 0px;
}
tab {
margin-bottom: 1px;
}