forked from extern/egroupware
627e666c5c
- all templates define now noPrint and onlyPrint css classes - idots format (nextmatch) lists on print now a lot nicer
13 lines
387 B
Smarty
Executable File
13 lines
387 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}; }
|
|
.narrow_column { width: 1%; white-space: nowrap; }
|
|
@media screen { .onlyPrint { display: none; } }
|
|
@media print { .noPrint { display: none; } }
|
|
{app_css}
|
|
-->
|
|
</style>
|
|
{css_file}
|