Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
16
www/extras/hoverhelp.css
Normal file
16
www/extras/hoverhelp.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.wg-hoverhelp {
|
||||
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;
|
||||
z-index: 12000 !important;
|
||||
display: none;
|
||||
}
|
||||
.wg-hoverhelp.yui-tt {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue