bug 102901 - link toolbar background doesn't fit well in modern. r=andreww, sr=hewitt.

git-svn-id: svn://10.0.0.236/trunk@109043 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shliang%netscape.com
2001-11-27 22:54:59 +00:00
parent e151e263b2
commit b9bc5aef4c
3 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,10 @@
/* ::::: formatting buttons ::::: */
#FormatToolbar {
background: url("chrome://global/skin/toolbar/tb-mid.gif") #C7D0D9 repeat-x top;
}
#FormatToolbar > toolbarbutton {
border: none !important;
}

View File

@@ -39,7 +39,7 @@ toolbar {
min-width: 1px; /* DON'T DELETE!
Removes disappearance of scrollbars in content pane when window
is made smaller. Talk to evaughan@netscape.com for details. */
background: url("chrome://global/skin/toolbar/tb-mid.gif") #C7D0D9 repeat-x top;
background: #C7D0D9;
color: #000000;
}

View File

@@ -32,3 +32,7 @@
#home-button {
list-style-image: url("chrome://communicator/skin/bookmarks/home.gif");
}
#PersonalToolbar {
background: url("chrome://global/skin/toolbar/tb-mid.gif") #C7D0D9 repeat-x top;
}