зеркало из https://github.com/mozilla/gecko-dev.git
bug 102901 - link toolbar background doesn't fit well in modern. r=andreww, sr=hewitt.
This commit is contained in:
Родитель
29537fa7a9
Коммит
ae00cac2f5
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
Загрузка…
Ссылка в новой задаче