blob: 60fc7482f59c5376ba1b217327052a5a5eb32b92 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}" class="loading"
$i18n{dark}>
<head>
<meta charset="utf-8">
<title>$i18n{settings}</title>
<if expr="not optimize_webui">
<base href="chrome://settings">
</if>
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<style>
html {
background: var(--md-background-color);
overflow: hidden;
/* Remove 300ms delay for 'click' event, when using touch interface. */
touch-action: manipulation;
}
html.loading {
border-top: 56px solid var(--md-toolbar-color);
}
</style>
</head>
<body>
<settings-ui></settings-ui>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="settings_ui/settings_ui.html">
<link rel="import" href="chrome://resources/html/dark_mode.html">
</body>
</html>