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

This commit is contained in:
mozilla%weilbacher.org 2006-08-07 20:06:46 +00:00
parent 7b36815896
commit fc877644a8
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;