mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
bug# 47633 remove "open windows" on taskbar. r=nbhatla
This commit is contained in:
parent
cd60b915e5
commit
90c92c1698
@ -67,3 +67,8 @@
|
||||
{
|
||||
display : none;
|
||||
}
|
||||
|
||||
/* hide goto menu bug #47633 */
|
||||
#taskbarGotoMenuBox{
|
||||
display:none;
|
||||
}
|
||||
|
@ -71,3 +71,8 @@
|
||||
{
|
||||
display : none;
|
||||
}
|
||||
|
||||
/* hide goto menu bug #47633 */
|
||||
#taskbarGotoMenuBox{
|
||||
display:none;
|
||||
}
|
||||
|
@ -62,4 +62,9 @@
|
||||
{
|
||||
min-width : 0.3em;
|
||||
width : 1em;
|
||||
}
|
||||
}
|
||||
|
||||
/* hide goto menu bug #47633 */
|
||||
#taskbarGotoMenuBox{
|
||||
display:none;
|
||||
}
|
||||
|
@ -109,3 +109,8 @@
|
||||
width : 6px;
|
||||
height : 17px;
|
||||
}
|
||||
|
||||
/* hide goto menu bug #47633 */
|
||||
#taskbarGotoMenuBox{
|
||||
display:none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user