php-password-store/style/tooltip.css
2010-12-17 15:41:45 +01:00

8 lines
118 B
CSS

#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid black;
background-color: yellow;
padding: 5px;
}