mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
22 lines
405 B
Smarty
Executable File
22 lines
405 B
Smarty
Executable File
<style type="text/css">
|
|
<!--
|
|
.row_on { color: {row_text}; background-color: {row_on}; }
|
|
.row_off { color: {row_text}; background-color: {row_off}; }
|
|
.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}
|