remove hack in hoverhelp that isn't needed with new YUI
This commit is contained in:
parent
01cd5676e5
commit
f1d34cf72b
2 changed files with 2 additions and 15 deletions
|
|
@ -1,5 +1,4 @@
|
|||
.wg-hoverhelp {
|
||||
display: none;
|
||||
background-color: #e6ecff;
|
||||
border: 1px solid #003399;
|
||||
color: #000066;
|
||||
|
|
@ -8,16 +7,10 @@
|
|||
font-weight: normal;
|
||||
padding: 3px;
|
||||
width: 300px;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: -1;
|
||||
z-index: 100 !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wg-hoverhelp.yui-tt {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.wg-hoverhelp-visible {
|
||||
z-index: 100 !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue