webgui/www/extras/hoverhelp.css
2007-09-27 00:38:32 +00:00

13 lines
269 B
CSS

.yui-tt {
visibility:hidden;
position:absolute;
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;
}