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. */
6 cursor: col-resize
!important
;
9 .table[has-element-focus] > list > [lead] {
10 border-color: hsl
(214, 91%, 65%);
14 .table[has-element-focus] > list > [selected] {
15 background-color: hsl
(214,91%,89%);
16 border-color: hsl
(214, 91%, 65%);
19 .table
[has-element-focus
] > list
> [lead
][selected
],
20 list
> [selected
]:hover
{
21 background-color: hsl
(214, 91%, 87%);
22 border-color: hsl
(214, 91%, 65%);
55 text-overflow: ellipsis
;
60 background-color: rgb
(220, 220, 220);
66 -webkit-user-select: none
;
76 text-overflow: ellipsis
;
83 text-overflow: ellipsis
;
87 .table-header-label > * {
91 .table-header-sort-image-desc::after {
92 -webkit-padding-start: 5px;
94 content: '\25be'; /* BLACK DOWN-POINTING SMALL TRIANGLE */
99 .table-header-sort-image-asc::after {
100 -webkit-padding-start: 5px;
102 content: '\25b4'; /* BLACK UP-POINTING SMALL TRIANGLE */
107 .table-header-splitter {
108 -webkit-margin-start: -1px;
109 background-color: black
;