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

Unified Diff: ui/accessibility/extensions/caretbrowsing/caretbrowsing.css

Issue 593293002: Initial checkin of accessibility extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix license issues 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/caretbrowsing/caretbrowsing.css
diff --git a/ui/accessibility/extensions/caretbrowsing/caretbrowsing.css b/ui/accessibility/extensions/caretbrowsing/caretbrowsing.css
new file mode 100644
index 0000000000000000000000000000000000000000..563d2e36f6a1d83d9eb215fd5375921ccca7170f
--- /dev/null
+++ b/ui/accessibility/extensions/caretbrowsing/caretbrowsing.css
@@ -0,0 +1,22 @@
+/* Copyright (c) 2014 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+.CaretBrowsing_Caret {
+ position: absolute;
+ z-index: 2147483647;
+ min-height: 10px;
+ background-color: #000;
+}
+
+.CaretBrowsing_AnimateCaret {
+ position: absolute;
+ z-index: 2147483647;
+ min-height: 10px;
+}
+
+.CaretBrowsing_FlashVert {
+ position: fixed;
+ z-index: 2147483647;
+ background: linear-gradient(left, rgba(128, 128, 255, 0) 0%,rgba(128, 128, 255, 0.3) 45%,rgba(128, 128, 255, 0.8) 50%,rgba(128, 128, 255, 0.3) 65%,rgba(128, 128, 255, 0) 100%);
+}
« no previous file with comments | « ui/accessibility/extensions/caretbrowsing/caret_48.png ('k') | ui/accessibility/extensions/caretbrowsing/caretbrowsing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698