Bug 635725 - about:blank tabs thumbnail are not draw correctly [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2011-02-23 18:12:43 +01:00
parent a91dd88b63
commit f47a631152

View File

@ -921,8 +921,9 @@ documenttab[selected="true"] {
background-color: white;
opacity: 0.5;
/* if there is no outline, blank thumbnail are invisible */
outline: 0px solid transparent;
/* if there is no border, blank thumbnail are invisible */
border: 1px solid white;
margin: -1px;
}
documenttab:hover:active > stack > .documenttab-thumbnail,