summaryrefslogtreecommitdiff
path: root/util/master/style.css
blob: 76a4f998d1d78c99cee9c4ded8784c1831f84e80 (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
#server_list table {
	max-width: 100%;
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: small;
}

#server_list td, #server_list th {
	border: 1px solid gray;
}

.mts_hover_list{
	visibility: hidden;
	border: gray solid 1px;
	position: absolute;
	z-index: 100;
	background-color: white;
	padding: 0.5em;
}

td:hover .mts_hover_list {
	visibility: visible;
}

.mts_hover_list_text, .mts_tooltip {
	text-decoration: underline;
	text-decoration-style: dashed;
}