summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ui/table/table.css
blob: ea8e0cfd48ddc5fb239af0238f23a7d18384645a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.uiTable TABLE {
	border-collapse: collapse;
}

.uiTable-body {
	overflow-y: scroll;
	overflow-x: auto;
}

.uiTable-headers {
	overflow-x: hidden;
}

.uiTable-body TD {
	white-space: nowrap;
}

.uiTable-body .uiTable-header-row TH,
.uiTable-body .uiTable-header-row TH DIV {
	padding-top: 0;
	padding-bottom: 0;
}

.uiTable-body .uiTable-header-cell > DIV {
	height: 0;
	overflow: hidden;
}

.uiTable-headercell-menu {
	float: right;
}

.uiTable-tools {
	padding: 3px 4px;
	height: 14px;
}

.uiTable-header-row {
	background: #ddd;
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -webkit-linear-gradient(top, #eee, #ccc);
}

.uiTable-headercell-text {
	margin-right: 20px;
}

.uiTable-headercell-menu {
	display: none;
}

.uiTable-header-row TH {
	border-right: 1px solid #bbb;
	padding: 0;
	text-align: left;
}

.uiTable-header-row TH > DIV {
	padding: 3px 4px;
	border-right: 1px solid #eee;
}

.uiTable-headerEndCap > DIV {
	width: 19px;
}

.uiTable-header-row .uiTable-sort {
	background: #ccc;
	background: -moz-linear-gradient(top, #bebebe, #ccc);
	background: -webkit-linear-gradient(top, #bebebe, #ccc);
}
.uiTable-header-row TH.uiTable-sort > DIV {
	border-right: 1px solid #ccc;
}

.uiTable-sort .uiTable-headercell-menu {
	display: block;
}

.uiTable TABLE TD {
	border-right: 1px solid transparent;
	padding: 3px 4px;
}

.uiTable-body TABLE TR:nth-child(even) {
	background: #f3f3f3;
}

.uiTable-body TABLE TR.selected {
	color: white;
	background: #6060f1;
}