enhance css for tooltips and add savefile icon

This commit is contained in:
Pim Snel 2004-09-09 20:30:41 +00:00
parent e8c1ef5c8d
commit 448b5c72b4
2 changed files with 12 additions and 0 deletions

View File

@ -5,5 +5,17 @@
.th { color: {th_text}; background-color: {th_bg}; }
{app_css}
-->
#dhtmltooltip
{
position: absolute;
width: 150px;
border: 1px solid #ff7a0a;
padding: 2px;
background-color:#f9f400;
visibility: hidden;
z-index: 100;
}
</style>
{css_file}

Binary file not shown.

After

Width:  |  Height:  |  Size: 838 B