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

Side by Side 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, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 .CaretBrowsing_Caret {
6 position: absolute;
7 z-index: 2147483647;
8 min-height: 10px;
9 background-color: #000;
10 }
11
12 .CaretBrowsing_AnimateCaret {
13 position: absolute;
14 z-index: 2147483647;
15 min-height: 10px;
16 }
17
18 .CaretBrowsing_FlashVert {
19 position: fixed;
20 z-index: 2147483647;
21 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, 1 28, 255, 0) 100%);
22 }
OLDNEW
« 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