YANG Model update for A1 Adapter
[ccsdk/features.git] / sdnr / wt / devicemanager / provider / src / main / resources / elasticsearch / plugins / head / src / app / ui / table / table.css
1 .uiTable TABLE {
2         border-collapse: collapse;
3 }
4
5 .uiTable-body {
6         overflow-y: scroll;
7         overflow-x: auto;
8 }
9
10 .uiTable-headers {
11         overflow-x: hidden;
12 }
13
14 .uiTable-body TD {
15         white-space: nowrap;
16 }
17
18 .uiTable-body .uiTable-header-row TH,
19 .uiTable-body .uiTable-header-row TH DIV {
20         padding-top: 0;
21         padding-bottom: 0;
22 }
23
24 .uiTable-body .uiTable-header-cell > DIV {
25         height: 0;
26         overflow: hidden;
27 }
28
29 .uiTable-headercell-menu {
30         float: right;
31 }
32
33 .uiTable-tools {
34         padding: 3px 4px;
35         height: 14px;
36 }
37
38 .uiTable-header-row {
39         background: #ddd;
40         background: -moz-linear-gradient(top, #eee, #ccc);
41         background: -webkit-linear-gradient(top, #eee, #ccc);
42 }
43
44 .uiTable-headercell-text {
45         margin-right: 20px;
46 }
47
48 .uiTable-headercell-menu {
49         display: none;
50 }
51
52 .uiTable-header-row TH {
53         border-right: 1px solid #bbb;
54         padding: 0;
55         text-align: left;
56 }
57
58 .uiTable-header-row TH > DIV {
59         padding: 3px 4px;
60         border-right: 1px solid #eee;
61 }
62
63 .uiTable-headerEndCap > DIV {
64         width: 19px;
65 }
66
67 .uiTable-header-row .uiTable-sort {
68         background: #ccc;
69         background: -moz-linear-gradient(top, #bebebe, #ccc);
70         background: -webkit-linear-gradient(top, #bebebe, #ccc);
71 }
72 .uiTable-header-row TH.uiTable-sort > DIV {
73         border-right: 1px solid #ccc;
74 }
75
76 .uiTable-sort .uiTable-headercell-menu {
77         display: block;
78 }
79
80 .uiTable TABLE TD {
81         border-right: 1px solid transparent;
82         padding: 3px 4px;
83 }
84
85 .uiTable-body TABLE TR:nth-child(even) {
86         background: #f3f3f3;
87 }
88
89 .uiTable-body TABLE TR.selected {
90         color: white;
91         background: #6060f1;
92 }