cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / file_manager / foreground / css / table.css
blob83516993103414213f0e7c2d43815cdffe4d7710
1 /* Copyright 2013 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 /* Derived from /ui/webui/resources/css/table.css. */
7 html.col-resize * {
8 cursor: col-resize !important;
11 .table[hasElementFocus] > list > [lead] {
12 z-index: 2;
15 .table-row {
16 display: -webkit-box;
17 text-align: start;
18 width: 100%;
21 .table-row-cell {
22 display: -webkit-box;
23 overflow: hidden;
26 .table-row-cell > * {
27 overflow: hidden;
28 text-overflow: ellipsis;
29 white-space: nowrap;
32 .table-header {
33 overflow: hidden;
34 position: relative;
37 .table-header-inner {
38 -webkit-user-select: none;
39 cursor: default;
40 display: -webkit-box;
41 position: relative;
42 text-align: start;
45 .table-header-cell {
46 font-weight: normal;
47 overflow: hidden;
48 text-overflow: ellipsis;
49 white-space: nowrap;
52 .table-header-label {
53 overflow: hidden;
54 text-overflow: ellipsis;
55 white-space: nowrap;
58 .table-header-splitter {
59 cursor: col-resize;
60 height: 100%;
61 left: 0;
62 position: absolute;
63 top: 0;