yui tooltips for hoverhelp
This commit is contained in:
parent
f2d27f96e3
commit
1eabe1ea37
6 changed files with 58 additions and 483 deletions
13
www/extras/hoverhelp.css
Normal file
13
www/extras/hoverhelp.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue