| Index: ui/accessibility/extensions/highcontrast/popup.html
|
| diff --git a/ui/accessibility/extensions/highcontrast/popup.html b/ui/accessibility/extensions/highcontrast/popup.html
|
| deleted file mode 100644
|
| index e3e58d9863c73c46ffc0363872a2ea4b7977365c..0000000000000000000000000000000000000000
|
| --- a/ui/accessibility/extensions/highcontrast/popup.html
|
| +++ /dev/null
|
| @@ -1,106 +0,0 @@
|
| -<!doctype html>
|
| -<html>
|
| -<head>
|
| -<link rel="stylesheet" type="text/css" href="highcontrast.css">
|
| -<style type="text/css">
|
| -html {
|
| - border-radius: 6px;
|
| -}
|
| -body {
|
| - width: 18em;
|
| - padding: 0.75em;
|
| - border-radius: 6px;
|
| -}
|
| -* {
|
| - font-family: Arial, Helvetica, sans-serif;
|
| - font-size: 10pt;
|
| -}
|
| -#title {
|
| - outline: none;
|
| -}
|
| -.kb {
|
| - font-weight: normal;
|
| - font-style: italic;
|
| - font-size: 10pt;
|
| -}
|
| -button {
|
| - width: 100%;
|
| - margin: 0.75em 0 0.25em 0;
|
| - padding: 0.5em 1.5em;
|
| -}
|
| -button#toggle {
|
| - font-size: 12pt;
|
| -}
|
| -body.disabled h3,
|
| -body.disabled a,
|
| -body.disabled label {
|
| - color: #aaa;
|
| -}
|
| -h2 {
|
| - font-size: 12pt;
|
| - text-align: center;
|
| -}
|
| -label {
|
| - display: block;
|
| -}
|
| -fieldset {
|
| - border: none;
|
| - margin: 0;
|
| - margin-bottom: 1em;
|
| - padding: 0;
|
| -}
|
| -legend {
|
| - padding-top: 1em;
|
| - padding-bottom: 0.5em;
|
| -}
|
| -input[type="radio"] {
|
| - margin-left: 1em;
|
| -}
|
| -</style>
|
| -<script type="text/javascript" src="common.js"></script>
|
| -<script type="text/javascript" src="popup.js"></script>
|
| -</head>
|
| -<body>
|
| -
|
| -<h2 id="title"></h2>
|
| -
|
| -<button id="toggle"></button>
|
| -
|
| -<div id="subcontrols">
|
| -
|
| - <fieldset>
|
| - <legend id="scheme_title"></legend>
|
| - <label>
|
| - <input type="radio" name="scheme" value="0">
|
| - <span i18n-content="normal"></span>
|
| - </label>
|
| - <label>
|
| - <input type="radio" name="scheme" value="1">
|
| - <span i18n-content="increased_contrast"><span>Increased Contrast
|
| - </label>
|
| - <label>
|
| - <input type="radio" name="scheme" value="2">
|
| - Grayscale
|
| - </label>
|
| - <label>
|
| - <input type="radio" name="scheme" value="3">
|
| - Inverted Color
|
| - </label>
|
| - <label>
|
| - <input type="radio" name="scheme" value="4">
|
| - Inverted Grayscale
|
| - </label>
|
| - <label>
|
| - <input type="radio" name="scheme" value="5">
|
| - Yellow on Black
|
| - </label>
|
| - </fieldset>
|
| -
|
| - <button id="make_default">Set as default scheme</button>
|
| -
|
| - <button id="forget">Forget site customizations</button>
|
| -
|
| -</div>
|
| -
|
| -</body>
|
| -</html>
|
|
|