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>2017-01-15 23:54:15 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2017-01-15 23:54:15 +0300
commit74e0b3406a31eb78482d32e6330642ea76f790ba (patch)
tree8219f0442762ed8d5684ed00736e20e00bdebbb5 /css
parent6764968c2210a629ea90d7bdf3d68ed153157f6e (diff)
Fix category delete icon, closes #31
Diffstat (limited to 'css')
-rw-r--r--css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index a2ef2756..544deef1 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1508,6 +1508,7 @@ div.percentdone {
background-image: url("../img/sprites.svg");
background-position: -4px -44px;
opacity: 0.4;
+ display: initial;
}
.detail-categories .select2-container-multi .select2-choices .select2-search-choice a.select2-search-choice-close:hover {
background-position: -4px -44px;