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-08 12:24:21 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-08-08 12:24:21 +0300
commit3fa88b3564c9ae165579f0cea9a8fd3d755d0ade (patch)
tree40ce8f2f5c9934db3bffd07991adcb30c37fb615 /css
parent63c668b9ab804f6f7e6404cfaf07e0728391169f (diff)
Show random color button
Diffstat (limited to 'css')
-rw-r--r--css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 6de018da..0e653736 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1523,9 +1523,10 @@ ol[dnd-list] .dndPlaceholder {
}
.colorpicker .colorpicker-list li.randomcolour {
- background-image: url('../../img/random.svg');
+ background-image: url('../img/random.svg');
background-repeat: no-repeat;
background-position: center center;
+ cursor: pointer;
}
#app-navigation .app-navigation-entry-edit input.icon-close {