Improved hoverhelp system
This commit is contained in:
parent
978be4dc47
commit
1a20c3bf6b
3 changed files with 26 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.yui-tt {
|
||||
visibility:hidden;
|
||||
position:absolute;
|
||||
.wg-hoverhelp {
|
||||
visibility: collapse;
|
||||
display: none;
|
||||
background-color: #e6ecff;
|
||||
border: 1px solid #003399;
|
||||
color: #000066;
|
||||
|
|
@ -11,3 +11,7 @@
|
|||
z-index: 1000;
|
||||
}
|
||||
|
||||
.wg-hoverhelp.yui-tt {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue