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, 128, 255, 0) 100%); 22} 23