mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
12 lines
218 B
CSS
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;
|
||
|
}
|