webgui/www/extras/hoverhelp.css
2007-10-04 16:39:55 +00:00

17 lines
320 B
CSS

.wg-hoverhelp {
visibility: collapse;
display: none;
background-color: #e6ecff;
border: 1px solid #003399;
color: #000066;
font-family: arial,helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
padding: 3px;
z-index: 1000;
}
.wg-hoverhelp.yui-tt {
display: block;
}