1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00
DataTables/examples/examples_support/jquery.tooltip.css
2010-08-17 08:42:13 +01:00

12 lines
218 B
CSS

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