summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/src/app/ux/table.css
blob: 7d829c4ce83eb917278d9294bb0349830b74272f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TABLE.table {
	border-collapse: collapse;
}


TABLE.table TH {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

TABLE.table TBODY.striped TR:nth-child(odd) {
	background: #eee;
}

TABLE.table H3 {
	margin: 0;
	font-weight: bold;
	font-size: 140%;
}