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-08-11 01:18:03 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-08-11 01:18:03 +0300
commit39cf5ff47f36e73d064ff21b0c3c5bad44eec8e2 (patch)
tree5e0e3274f8854638e516f1de4296f8061067820c /css
parent1097aa14f180e3997f2ce603ca40a3c6fb11f431 (diff)
Use trashbin as delete icon for reminders etc
Diffstat (limited to 'css')
-rw-r--r--css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index dca0cc5f..543a31a7 100644
--- a/css/style.css
+++ b/css/style.css
@@ -153,7 +153,7 @@
opacity: 1;
}
#content .icon.detail-delete {
- background-position: 0 -40px;
+ background-position: -260px 0;
height: 20px;
opacity: 0.4;
width: 20px;