UNPKG

1.14 kBtext/lessView Raw
1/******************************************************************************
2 *
3 * Copyright (c) 2017, the Perspective Authors.
4 *
5 * This file is part of the Perspective library, distributed under the terms of
6 * the Apache License 2.0. The full license can be found in the LICENSE file.
7 *
8 */
9
10:host {
11 #app #top_panel {
12 #row_pivots label:before {
13 content: var(--row_pivots--before, "Row Pivots");
14 }
15
16 #column_pivots label:before {
17 content: var(--column_pivots--before, "Column Pivots");
18 }
19
20 #sort label:before {
21 content: "Sort";
22 }
23
24 #filters label:before {
25 content: "Filter";
26 }
27 }
28
29 #app #side_panel {
30 #active_columns {
31 perspective-row:before {
32 font-size: 10px;
33 margin-left: var(--column_selector--width, 20px);
34 left: 1px;
35 padding: var(--column_type--padding, 0px 0px 0px 5px);
36 color: var(--inactive--color, #666);
37 position: absolute;
38 margin-top: -15px;
39 }
40 }
41 }
42}