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. */
9 background-color: #000;
12 .CaretBrowsing_AnimateCaret {
18 .CaretBrowsing_FlashVert {
21 background: linear-gradient
(
23 rgba
(128, 128, 255, 0) 0%,
24 rgba
(128, 128, 255, 0.3) 45%,
25 rgba
(128, 128, 255, 0.8) 50%,
26 rgba
(128, 128, 255, 0.3) 65%,
27 rgba
(128, 128, 255, 0) 100%);