Files
Mozilla/mozilla/themes/classic/global/mac/browser.css
neil%parkwaycc.co.uk 01f8c812ac Bug 169380 Provision for load progress on tab icons r=mconnor sr=jag
git-svn-id: svn://10.0.0.236/trunk@157108 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-29 22:26:40 +00:00

57 lines
928 B
CSS

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-tabs {
padding-top: 1px;
}
.tabs-left,
.tabs-right {
width: 3px;
}
.tabs-bottom {
-moz-appearance: tabpanels;
height: 4px;
}
.tabs-stack {
border-bottom: 1px solid;
-moz-border-bottom-colors: ThreeDShadow;
}
.tabs-bottom-spacer {
height: 2px;
}
.tab-icon {
margin-top: 1px;
margin-right: 3px;
width: 16px;
height: 16px;
}
tab {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
tab[busy] {
list-style-image: url("chrome://communicator/skin/icons/loading.gif");
}
/* ::::: close button ::::: */
.tabs-closebutton {
margin: 3px;
list-style-image: url("chrome://global/skin/icons/close-button.gif");
}
.tabs-closebutton > .toolbarbutton-icon {
margin: 0;
}
.tabs-newbutton {
margin: 0px;
list-style-image: url("chrome://global/skin/icons/tab-new.gif");
}