Bug 367622 - No scrollbar in source selection when the findbar is open. r=gavin

git-svn-id: svn://10.0.0.236/trunk@218714 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com
2007-01-21 03:34:59 +00:00
parent 8ad05a04be
commit 0dbba04852
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ findbar {
border-top: 1px solid #b3b3b3;
border-bottom: none;
list-style-image: url("chrome://global/skin/icons/find.png");
min-width: 1px;
}
findbar > toolbarbutton.findbar-closebutton {

View File

@@ -27,7 +27,8 @@ findbar {
border-top: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDHighlight !important;
border-bottom: 1px solid;
-moz-border-bottom-colors: transparent;
-moz-border-bottom-colors: transparent;
min-width: 1px;
}
/* find-next button */