classic skin...

This commit is contained in:
ben%netscape.com 2000-05-24 13:55:46 +00:00
parent 3493251331
commit 2bf2c8d600

View File

@ -10,6 +10,7 @@
border-right : 1px solid threedhighlight;
border-bottom : 1px solid threedhighlight;
background-color : window;
color : menutext;
font : pull-down-menu;
margin : 1px 5px 2px 5px;
}
@ -28,10 +29,13 @@
border-bottom : 1px solid threedface;
}
.menulist-display-box
.menulist-display-box,
menulist[open="true"]:focus > .menulist-internal-box > .menulist-display-box
{
border : 1px solid window;
margin : 1px;
background-color : window;
color : menutext;
}
menulist:focus > .menulist-internal-box > .menulist-display-box
@ -106,7 +110,8 @@
border : 1px solid window;
}
menulist > menupopup > menuitem[menuactive="true"]
menulist > menupopup > menuitem[menuactive="true"],
menulist > menupopup > menuitem[selected="true"]
{
border : 1px dotted #F5DB95;
}