webgui/www/extras/hoverhelp.css
2007-10-31 16:26:02 +00:00

23 lines
395 B
CSS

.wg-hoverhelp {
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;
width: 300px;
top: 0px;
left: 0px;
z-index: -1;
}
.wg-hoverhelp.yui-tt {
display: block;
}
.wg-hoverhelp-visible {
z-index: 100 !important;
}