mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
[OS/2] Bug 342695: correct two more minor problems with the classic theme, r=mkaply
This commit is contained in:
parent
7b36815896
commit
fc877644a8
@ -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 ::::: */
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user