view DataTables-1.9.4/examples/examples_support/jquery.tooltip.css @ 1:bda1cc8041bf draft

Markdown support added
author saskia-hiltemann
date Tue, 07 Oct 2014 08:47:45 -0400
parents c73753f1606f
children
line wrap: on
line source

#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;
}