bug# 47633 remove "open windows" on taskbar. r=nbhatla

This commit is contained in:
andreww%netscape.com 2000-08-30 21:38:35 +00:00
parent cd60b915e5
commit 90c92c1698
4 changed files with 21 additions and 1 deletions

View File

@ -67,3 +67,8 @@
{
display : none;
}
/* hide goto menu bug #47633 */
#taskbarGotoMenuBox{
display:none;
}

View File

@ -71,3 +71,8 @@
{
display : none;
}
/* hide goto menu bug #47633 */
#taskbarGotoMenuBox{
display:none;
}

View File

@ -62,4 +62,9 @@
{
min-width : 0.3em;
width : 1em;
}
}
/* hide goto menu bug #47633 */
#taskbarGotoMenuBox{
display:none;
}

View File

@ -109,3 +109,8 @@
width : 6px;
height : 17px;
}
/* hide goto menu bug #47633 */
#taskbarGotoMenuBox{
display:none;
}