Fix bug 47481, all menus have autoscrollers (caused by ben's classic skin changes last night). simple fix. r=me, a=pink
git-svn-id: svn://10.0.0.236/trunk@75523 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user