CSS fixes to the context menu.

This commit is contained in:
mgalli%geckonnection.com 2005-09-02 23:22:01 +00:00
parent fca60837f2
commit abeb9bf6df

View File

@ -78,11 +78,19 @@ toolbar *, #appcontent * {
margin:2px ! important;
}
/* Disabled this seems like affects the popup contextAreaContextMenu causing font to be bigger
* {
font-size: small ! important;
font-family: sans-serif ! important;
}
*/
#contentAreaContextMenu {
font-size: small;
font-family: sans-serif;
}
#menu-button {
background: url("chrome://minimo/skin/m.jpg") no-repeat 50% 50%;
width:20px !important;