Hide comment links when printing tasks and tickets

This commit is contained in:
Manuel Cillero 2017-09-22 00:00:51 +02:00
parent 78531e0314
commit 66b921be18
2 changed files with 9 additions and 2 deletions

View file

@ -60,6 +60,13 @@ body.print-body #stormgantt,
/* "Watcher" link in projects, tasks and tickets */ /* "Watcher" link in projects, tasks and tickets */
body.print-body .watcher_node, body.print-body .watcher_node,
/* External links image */ /* External links image */
body.print-body span.ext { body.print-body span.ext,
/* Links in task and ticket comments */
body.print-body #comments .new,
body.print-body #comments .links {
display: none; display: none;
} }
/* Number of task and ticket comments */
body.print-body .tt-comment h3.title {
color: #fff;
}

View file

@ -1,6 +1,6 @@
name = SuiteDesk Theme name = SuiteDesk Theme
description = SuiteDesk Theme Zen. description = SuiteDesk Theme Zen.
version = 0.2.60 version = 0.2.61
screenshot = screenshot.png screenshot = screenshot.png