Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#1250 from etiennesegonzac/service-ifra…
Browse files Browse the repository at this point in the history
…me-detail

The background services iframes were making a tiny gray dot
  • Loading branch information
benfrancis committed Apr 19, 2012
2 parents b52131f + 13c3327 commit 1573db2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/homescreen/style/homescreen.css
Expand Up @@ -428,3 +428,11 @@ iframe.landscape-secondary {
.accessibility-invert {
filter: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxmaWx0ZXIKICAgICAgaWQ9ImludmVydEZpbHRlciIKICAgICAgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KICAgIDxmZUNvbG9yTWF0cml4CiAgICAgICAgdmFsdWVzPSItMSAwIDAgMCAxIDAgLTEgMCAwIDEgMCAwIC0xIDAgMSAwIDAgMCAxIDAgIiAvPgogIDwvZmlsdGVyPgo8L3N2Zz4K#invertFilter);
}

iframe.backgroundWindow {
position: absolute;
top: -1px;
left: -1px;
width: 1px;
height: 1px;
}

0 comments on commit 1573db2

Please sign in to comment.