blob: 4e921eb8921cebe1ed401a5976b974d0a10273a9 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}"
class="loading $i18n{loadTimeClasses}" $i18n{dark}>
<head>
<meta charset="utf8">
<title>$i18n{title}</title>
<if expr="not optimize_webui">
<base href="chrome://extensions">
</if>
<style>
html {
/* --md-background-color in disguise. Not using the var for increased
* performance. */
background-color: rgb(248, 249, 250);
/* Remove 300ms delay for 'click' event, when using touch interface. */
touch-action: manipulation;
}
.loading {
/* --google-blue-700 in disguise. Replaced when manager.html loads. */
border-top: 56px solid rgb(51, 103, 214);
}
/* Note: .in-dev-mode is applied by i18n{loadTimeClasses}. */
.loading.in-dev-mode {
/* --google-blue-700: rgb(51, 103, 214); */
/* --google-grey-300: #e0e0e0; */
border-image: linear-gradient(to bottom, rgb(51, 103, 214) 56px,
#fff 56px, #fff 107px, #e0e0e0 107px) 108;
border-top: 108px solid;
}
html,
body {
height: 100%;
line-height: 154%;
margin: 0;
overflow: hidden;
width: 100%;
}
</style>
</head>
<body>
<extensions-manager></extensions-manager>
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="import" href="chrome://extensions/manager.html">
<link rel="import" href="chrome://resources/html/dark_mode.html">
</body>
</html>