1 /* Copyright (c) 2012 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. */
10 position: relative
; /* Make sure that item offsets are relative to the
16 -webkit-user-select: none
;
17 background-color: rgba
(255, 255, 255, 0);
18 border: 1px solid rgba
(255, 255, 255, 0); /* transparent white */
25 position: relative
; /* to allow overlap */
26 text-overflow: ellipsis
;
35 display: inline-block
;
40 border-color: transparent
;
45 border-color: hsl
(214, 91%, 65%);
54 list:not
([disabled
]) > :hover
,
55 grid:not
([disabled
]) > :hover
{
56 background-color: hsl
(214, 91%, 97%);
57 border-color: hsl
(214, 91%, 85%);
63 background-color: hsl
(0, 0%, 90%);
64 background-image: -webkit-linear-gradient
(rgba
(255, 255, 255, 0.8),
65 rgba
(255, 255, 255, 0));
66 border-color: hsl
(0, 0%, 85%);
70 list:focus
> [selected
],
71 grid:focus
> [selected
] {
72 background-color: hsl
(214, 91%, 89%);
73 border-color: hsl
(214, 91%, 65%);
76 list:focus
> [lead
][selected
],
77 list
> [selected
]:hover
,
78 grid:focus
> [lead
][selected
],
79 grid
> [selected
]:hover
{
80 background-color: hsl
(214, 91%, 87%);
81 border-color: hsl
(214, 91%, 65%);
87 box-sizing: border-box
;
96 input
[type
='password'],
102 input
[type
='button'],
103 input
[type
='submit'],
104 select
):not
(.custom-appearance
) {
107 vertical-align: middle
;
115 list
> .drag-selection-border
{
117 background-color: rgba
(255, 255, 255, 0.3);
118 border: 2px solid rgba
(255, 255, 255, 0.6);
119 outline: 1px solid rgba
(0, 0, 0, 0.1);