aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/flowtable.less
blob: deef9c81be9912f89d16e3df3f107d045147f948 (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
.flow-table {
	width: 100%;
	table-layout: fixed;

	thead {
		background-color: #dadada;  
	}

	td {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}


	.col-tls {
		width: 10px;
	}
	.col-tls-https {
		background-color: rgba(0, 185, 0, 0.5);
	}
	.col-icon {
		width: 32px;
	}
	.col-method {
		width: 60px;
	}
	.col-status {
		width: 50px;
	}
	.col-time {
		width: 120px;
	}
}