2014-04-22 14:33:53 +03:00

12 lines
207 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;
}