File tree 2 files changed +34
-34
lines changed 2 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -61,43 +61,9 @@ body {
61
61
outline-color : var (--vscode-focusBorder );
62
62
}
63
63
64
- /* tabulator table styles */
65
64
# table-container {
66
65
background-color : var (--vscode-editor-background );
67
66
border : 1px solid var (--vscode-panel-border );
68
67
height : calc (100% - 40 );
69
68
overflow : hidden;
70
69
}
71
-
72
- # table-container .tabulator-header {
73
- background-color : var (--vscode-editor-background );
74
- color : var (--vscode-editor-foreground );
75
- border : none;
76
- }
77
-
78
- /* allow column header names to wrap lines */
79
- # table-container .tabulator-header .tabulator-col ,
80
- # table-container .tabulator-header .tabulator-col-row-handle {
81
- background-color : var (--vscode-editor-background );
82
- border : 1px solid var (--vscode-panel-border );
83
- font-weight : normal;
84
- white-space : normal;
85
- min-height : 24px ;
86
- }
87
-
88
- /* table rows */
89
- # table-container .tabulator-tableHolder .tabulator-table .tabulator-row {
90
- color : var (--vscode-editor-foreground );
91
- background-color : var (--vscode-editor-background );
92
- border : none;
93
- }
94
-
95
- /* even rows */
96
- # table-container .tabulator-tableHolder .tabulator-table .tabulator-row : nth-child (even) {
97
- background-color : var (--vscode-editor-background );
98
- border : none;
99
- }
100
-
101
- .tabulator .tabulator-footer {
102
- background-color : var (--vscode-editor-background );
103
- }
Original file line number Diff line number Diff line change
1
+
2
+ /* tabulator table styles */
3
+ # table-container .tabulator-header {
4
+ background-color : var (--vscode-editor-background );
5
+ color : var (--vscode-editor-foreground );
6
+ border : none;
7
+ }
8
+
9
+ /* allow column header names to wrap lines */
10
+ # table-container .tabulator-header .tabulator-col ,
11
+ # table-container .tabulator-header .tabulator-col-row-handle {
12
+ background-color : var (--vscode-editor-background );
13
+ border : 1px solid var (--vscode-panel-border );
14
+ font-weight : normal;
15
+ white-space : normal;
16
+ min-height : 24px ;
17
+ }
18
+
19
+ /* table rows */
20
+ # table-container .tabulator-tableHolder .tabulator-table .tabulator-row {
21
+ color : var (--vscode-editor-foreground );
22
+ background-color : var (--vscode-editor-background );
23
+ border : none;
24
+ }
25
+
26
+ /* even rows */
27
+ # table-container .tabulator-tableHolder .tabulator-table .tabulator-row : nth-child (even) {
28
+ background-color : var (--vscode-editor-background );
29
+ border : none;
30
+ }
31
+
32
+ .tabulator .tabulator-footer {
33
+ background-color : var (--vscode-editor-background );
34
+ }
You can’t perform that action at this time.
0 commit comments