Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Unified Diff: ui/accessibility/extensions/highcontrast/popup.html

Issue 606653005: Revert "Initial checkin of accessibility extensions." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6b60d1c00aa649f74d04fa991b3a5d0f3d12f3bf..0000000000000000000000000000000000000000
--- a/ui/accessibility/extensions/highcontrast/popup.html
+++ /dev/null
@@ -1,107 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<title>High Contrast Pop-up</title>
-<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" tabIndex="0"></h2>
-
-<button id="toggle"></button>
-
-<div id="subcontrols">
-
- <fieldset>
- <legend id="scheme_title"></legend>
- <label>
- <input type="radio" name="scheme" value="0">
- Normal
- </label>
- <label>
- <input type="radio" name="scheme" value="1">
- 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>
« no previous file with comments | « ui/accessibility/extensions/highcontrast/manifest.json ('k') | ui/accessibility/extensions/highcontrast/popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698