mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 15:38:27 +01:00
enhance css for tooltips and add savefile icon
This commit is contained in:
parent
e8c1ef5c8d
commit
448b5c72b4
@ -5,5 +5,17 @@
|
|||||||
.th { color: {th_text}; background-color: {th_bg}; }
|
.th { color: {th_text}; background-color: {th_bg}; }
|
||||||
{app_css}
|
{app_css}
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
#dhtmltooltip
|
||||||
|
{
|
||||||
|
position: absolute;
|
||||||
|
width: 150px;
|
||||||
|
border: 1px solid #ff7a0a;
|
||||||
|
padding: 2px;
|
||||||
|
background-color:#f9f400;
|
||||||
|
visibility: hidden;
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
{css_file}
|
{css_file}
|
||||||
|
BIN
phpgwapi/templates/idots/images/filesave.png
Normal file
BIN
phpgwapi/templates/idots/images/filesave.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 838 B |
Loading…
Reference in New Issue
Block a user