kerz%netscape.com 0d77b8dbce Let's try this again, Qute as default.
git-svn-id: svn://10.0.0.236/trunk@135611 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-24 07:09:45 +00:00

37 lines
601 B
CSS

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-strip {
border-bottom: 1px solid ThreeDShadow;
}
tabpanels {
-moz-appearance: none;
}
.tabbrowser-tabs {
padding-top: 1px;
}
.tabs-left,
.tabs-right {
width: 3px;
}
.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-icon {
-moz-image-region: rect(16px, 16px, 32px, 0px);
}
tab[selected="true"] {
font-weight: bold;
}