17 abr 2008

Apariencia del Navegador

Usar los menús con el estilo de Windows XP

Si está usando Windows XP y quiere que sus menús se vean como el estilo por defecto (Luna), añada el siguiente código a su archivo userChrome.css:

/* Hacer menus con estilo XP */
menupopup, popup {
border: 1px solid ThreeDShadow !important;
-moz-border-left-colors: ThreeDShadow !important;
-moz-border-top-colors: ThreeDShadow !important;
-moz-border-right-colors: ThreeDShadow !important;
-moz-border-bottom-colors: ThreeDShadow !important;
padding: 1px !important;
background-color: Menu !important;
}
menubar > menu {
border: 1px solid transparent !important;
padding: 2px 5px 2px 7px !important;
margin: 0 !important;
}
menubar > menu[_moz-menuactive="true"] {
background-color : Highlight !important;
color: HighlightText !important;
}


0 comentarios: