Welcome to mirror list, hosted at ThFree Co, Russian Federation.

menu.css « templates « CoreAdminHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 772e5d90eb145df1f56fc3f78333784f815a1df2 (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
#tablist {
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	border-bottom: 1px solid gray;
}

#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a {
	text-decoration: none;
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: white;
	font: bold 16px Georgia;
}

#tablist li a:link,#tablist li a:visited {
	color: black;
}

#tablist li a:hover {
	color: black;
	background: #defdbb;
	border-color: black;
}

#tablist li a.current {
	background: #defdbb;
}