diff --git a/phpgwapi/templates/idots/print.css b/phpgwapi/templates/idots/print.css index 720ebf3323..463ec4a79e 100644 --- a/phpgwapi/templates/idots/print.css +++ b/phpgwapi/templates/idots/print.css @@ -71,3 +71,11 @@ body { /* MSIE needs these styles to repeat table header and footer part on each page */ thead { display: table-header-group; } tfoot { display: table-footer-group; } + +/** + * remove border and use black color for input elements + */ +input, select, textarea { + border: none; + color: black; +}