checking in modern theme part of fix for menulist cropping bug (see comment that went with blue's checkin log)

This commit is contained in:
ben%netscape.com 2000-08-24 03:00:23 +00:00
Родитель 224b1f0733
Коммит bccaef189f
1 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -1,4 +1,9 @@
/**
* XXX - The style rules in this file are very old and very bad.
* They need to be given a similar upgrade as classic-win has had.
**/
/* NEW WIDGET LANDING: <menulist> popup */ /* NEW WIDGET LANDING: <menulist> popup */
/* outer frame */ /* outer frame */
@ -139,7 +144,7 @@
padding : 0px; padding : 0px;
} }
menulist > menupopup > .internal-box menulist > menupopup > .popup-internal-box
{ {
border-left : 1px inset #CCCCCC; border-left : 1px inset #CCCCCC;
border-right : 1px inset #CCCCCC; border-right : 1px inset #CCCCCC;
@ -155,22 +160,17 @@
menulist > menupopup > menuitem menulist > menupopup > menuitem
{ {
padding : 0px; padding : 0px 5px 0px 0px;
min-width: 0px; min-width : 0px;
max-width: none; max-width : none;
} }
menulist > menupopup > menuitem > .menu-left menulist > menupopup > menuitem[selected="true"] > .menu-iconic-left
{
width : 13px;
}
menulist > menupopup > menuitem[selected="true"] > .menu-left
{ {
list-style-image : url(chrome://global/skin/menu-check.gif); list-style-image : url(chrome://global/skin/menu-check.gif);
} }
menulist > menupopup > menuitem[menuactive="true"][selected="true"] > .menu-left menulist > menupopup > menuitem[menuactive="true"][selected="true"] > .menu-iconic-left
{ {
list-style-image : url(chrome://global/skin/menu-check-hover.gif); list-style-image : url(chrome://global/skin/menu-check-hover.gif);
} }