php-password-store/style/tooltip.css

8 lines
118 B
CSS
Raw Normal View History

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