Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2015-11-21 00:41:42 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2015-11-21 00:41:42 +0300
commit4fe15bd54b7cd7aa38050d44ad6dc51745455b43 (patch)
treec34176c82e2ae05ae176240008937df25f007070 /css
parent74eff51f3844344a09b394b971c53d9e55c63f1c (diff)
linkify task titles
Diffstat (limited to 'css')
-rw-r--r--css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 63a2aab5..aef67d66 100644
--- a/css/style.css
+++ b/css/style.css
@@ -776,7 +776,10 @@
#task-details div.content-wrapper .body .detail-comments .comment a,
#task-details div.content-wrapper .body .note .note-body .display-view a,
-#task-details div.content-wrapper .body .note .note-edit .display-view a {
+#task-details div.content-wrapper .body .note .note-edit .display-view a,
+#task-details div.content-wrapper .title .title-text a,
+#task-details div.content-wrapper .task-list .task-body .title-wrapper .title a,
+#app-content div.content-wrapper .task-body .title-wrapper span.title a {
cursor: pointer;
text-decoration: underline;
}