Fix search results being clipped in app list.
[chromium-blink-merge.git] / ui / accessibility / extensions / caretbrowsing / caretbrowsing.css
bloba9fc44c46b88546c292b1b163b979a6b3fc66db7
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. */
5 .CaretBrowsing_Caret {
6 position: absolute;
7 z-index: 2147483647;
8 min-height: 10px;
9 background-color: #000;
12 .CaretBrowsing_AnimateCaret {
13 position: absolute;
14 z-index: 2147483647;
15 min-height: 10px;
18 .CaretBrowsing_FlashVert {
19 position: absolute;
20 z-index: 2147483647;
21 background: linear-gradient(
22 270deg,
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%);