diff DataTables-1.9.4/examples/examples_support/jquery.tooltip.css @ 2:3c160414da2e default tip

initial upload
author shiltemann
date Thu, 26 Feb 2015 14:05:23 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DataTables-1.9.4/examples/examples_support/jquery.tooltip.css	Thu Feb 26 14:05:23 2015 +0100
@@ -0,0 +1,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;
+}
\ No newline at end of file