summaryrefslogtreecommitdiff
path: root/html/assets/lib/tooltipster/themes/tooltipster-noir.css
blob: 548b2456303354ddf53f57fe7de43ee417b89f49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.tooltipster-noir {
	border-radius: 0px; 
	border: 3px solid #2c2c2c;
	background: #fff;
	color: #2c2c2c;
}
.tooltipster-noir .tooltipster-content {
	font-family: 'Georgia', serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}