Bug 112769: Add "New Tab" button to tab bar. r=sgehani, sr=hewitt

git-svn-id: svn://10.0.0.236/trunk@225275 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jaggernaut%netscape.com
2007-04-30 18:36:10 +00:00
parent eb4c897669
commit 2d2a2f837a
2 changed files with 10 additions and 0 deletions

View File

@@ -43,3 +43,8 @@ tab[busy] > .tab-icon {
margin: 0;
}
.tabs-newbutton {
margin: 0px;
padding: 0px;
list-style-image: url("chrome://global/skin/icons/tab-new.gif");
}

View File

@@ -43,3 +43,8 @@ tab[busy] > .tab-icon {
margin: 0;
}
.tabs-newbutton {
margin: 0px;
padding: 0px;
list-style-image: url("chrome://global/skin/icons/tab-new.gif");
}