summaryrefslogtreecommitdiff
path: root/html/includes/css/themes/tooltipster-light.css
blob: 945aa699a1561e53006c90da8f74fe1a83eae056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.tooltipster-light {
	border-radius: 5px; 
	border: 1px solid #cccccc;
	background: #ededed;
	color: #666666;
}
.tooltipster-light .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}