зеркало из https://github.com/mozilla/pjs.git
Fix bug 47481, all menus have autoscrollers (caused by ben's classic skin changes last night). simple fix. r=me, a=pink
This commit is contained in:
Родитель
8b744d551d
Коммит
4a89c1f2c3
|
@ -36,7 +36,6 @@ menupopup, popup
|
|||
border-right : 1px solid threeddarkshadow;
|
||||
border-bottom : 1px solid threeddarkshadow;
|
||||
color : menutext !important;
|
||||
max-width : 14em;
|
||||
}
|
||||
|
||||
.popup-internal-box
|
||||
|
@ -52,7 +51,7 @@ menupopup > menu, popup > menu,
|
|||
menupopup > menuitem, popup > menuitem
|
||||
{
|
||||
max-width : 60em; /* should move to content */
|
||||
min-width : 20em; /* should move to content */
|
||||
min-width : 14em; /* should move to content */
|
||||
margin : 0px;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче