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>2016-07-24 23:44:02 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-07-24 23:44:02 +0300
commit497a56b1e0ba8461067b3c9abbe673a8fab35eb1 (patch)
treef69a50a977cc3f523e291ba2462c905a79b453b1 /css
parent0c154a9d94af6dcc1a1568a3b92c6572bd41687e (diff)
Always show Load remaining tasks button, fixes #331
Diffstat (limited to 'css')
-rw-r--r--css/style.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index 90e6e9e3..ee791c18 100644
--- a/css/style.css
+++ b/css/style.css
@@ -552,9 +552,6 @@
#app-content div.task-list .completed-hidden ol.completed-tasks {
display: none;
}
-#app-content div.task-list .completed-hidden div.loadmore {
- display: none;
-}
#app-content div.task-list .grouped-tasks {
position: relative;
}