jquery.tooltip.css 207 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
#tooltip{
	position: absolute;
	display: none;
	border: 1px solid #333;
	background: #BDCDFF;
	padding: 5px 20px;
	color: #333;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}