Hide comment links when printing tasks and tickets
This commit is contained in:
parent
78531e0314
commit
66b921be18
2 changed files with 9 additions and 2 deletions
|
@ -60,6 +60,13 @@ body.print-body #stormgantt,
|
|||
/* "Watcher" link in projects, tasks and tickets */
|
||||
body.print-body .watcher_node,
|
||||
/* 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;
|
||||
}
|
||||
/* Number of task and ticket comments */
|
||||
body.print-body .tt-comment h3.title {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name = SuiteDesk Theme
|
||||
description = SuiteDesk Theme Zen.
|
||||
version = 0.2.60
|
||||
version = 0.2.61
|
||||
|
||||
screenshot = screenshot.png
|
||||
|
||||
|
|
Reference in a new issue