mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 15:55:16 +00:00
bff8e0ac63
Differential Revision: https://phabricator.services.mozilla.com/D29238 --HG-- extra : moz-landing-system : lando
9 lines
203 B
CSS
9 lines
203 B
CSS
body {
|
|
background-image: url("chrome://browser/skin/tab-crashed.svg");
|
|
background-position: center, center;
|
|
background-repeat: no-repeat;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-size: 1.6em;
|
|
}
|