mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
Bug 635725 - about:blank tabs thumbnail are not draw correctly [r=mfinkle]
This commit is contained in:
parent
a91dd88b63
commit
f47a631152
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user