[OS/2] Bug 342695: correct two more minor problems with the classic theme, r=mkaply

git-svn-id: svn://10.0.0.236/trunk@206746 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla%weilbacher.org
2006-08-07 20:06:46 +00:00
parent bb1a2e592b
commit f1d6dd8a72
2 changed files with 4 additions and 7 deletions

View File

@@ -174,6 +174,7 @@ menulist > menupopup > menu {
max-width: none;
font: message-box;
color: -moz-FieldText;
background-color: -moz-Field;
}
.menulist-menupopup > menuitem > .menu-iconic-left,
@@ -220,13 +221,8 @@ menulist > menupopup > menuseparator,
.autocomplete-history-popup > menuitem {
max-width: none !important;
font: message-box;
}
/* ::::: autocomplete ::::: */
.autocomplete-history-popup > menuitem {
max-width: none !important;
font: message-box;
color: -moz-FieldText;
background-color: -moz-Field;
}
/* ::::: tree column picker ::::: */

View File

@@ -60,6 +60,7 @@ toolbar {
border-bottom: 1px solid ThreeDShadow;
}
menubar {
background-color: Menu;
min-width: 1px; /* DON'T DELETE!
Prevents hiding of scrollbars in browser when window is made smaller.*/
border: 0;