UNPKG

1.68 kBCSSView Raw
1:root {
2--table-normal-border-width: 1px;
3--table-th-font-size: 12px;
4--table-th-font-weight: normal;
5--table-sort-icon-size: 12px;
6--table-filter-icon-size: 12px;
7--table-body-font-size: 12px;
8--table-empty-padding: 32px;
9--table-expanded-icon-size: 12px;
10--table-tree-expanded-icon-size: 12px;
11--table-cell-padding-top: 12px;
12--table-cell-padding-left: 16px;
13--table-header-padding-top: 12px;
14--table-header-padding-left: 16px;
15--table-header-icon-margin-left: 8px;
16--table-header-corner-top: 0;
17--table-header-corner-bottom: 0;
18--table-size-s-cell-padding-top: 8px;
19--table-size-s-cell-padding-left: 8px;
20--table-size-s-header-padding-top: 8px;
21--table-size-s-header-padding-left: 8px;
22--table-group-split: 8px;
23--table-group-header-corner-top: 0;
24--table-group-header-corner-bottom: 0;
25--table-group-footer-corner-top: 0;
26--table-group-footer-corner-bottom: 0;
27--table-normal-border-color: #DCDEE3;
28--table-normal-border-style: solid;
29--table-th-bg: #EBECF0;
30--table-th-color: #333333;
31--table-sort-color: #333333;
32--table-group-th-bg: #EBECF0;
33--table-group-th-color: #333333;
34--table-row-bg: #FFFFFF;
35--table-row-color: #333333;
36--table-td-gray: #F7F8FA;
37--table-td-normal: #FFFFFF;
38--table-empty-color: #A0A2AD;
39--table-group-footer-bg: #EBECF0;
40--table-group-footer-color: #333333;
41--table-row-hover-bg: #F2F3F7;
42--table-row-hover-color: #333333;
43--table-row-selected-bg: #F2F3F7;
44--table-row-selected-color: #333333;
45--table-sort-color-current: #5584FF;
46--table-expanded-ctrl-disabled-color: #999999;
47--table-tree-fold-icon-content: "";
48--table-tree-unfold-icon-content: "";
49--table-expand-fold-icon-content: "";
50--table-expand-unfold-icon-content: "";
51}