Mercurial > repos > saskia-hiltemann > ireport
diff DataTables-1.9.4/examples/examples_support/jquery.tooltip.css @ 0:ac5f9272033b draft
first upload
author | saskia-hiltemann |
---|---|
date | Tue, 01 Jul 2014 11:42:23 -0400 |
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 Tue Jul 01 11:42:23 2014 -0400 @@ -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