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
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-05-18 23:43:12 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-05-18 23:43:35 +0300
commit58bd87f42e6cabfecea54103d5fcaac2cfb9a95c (patch)
treedd7ab24ed8310ef96b911922df1255f92ed0a01d /templates
parent047d74924f52e1a9bf98b1425e8fcaf958133ed8 (diff)
Adjust calendar color indicator to better match owncloud
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index d1c2ea1a..550fb4e2 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -45,8 +45,8 @@
dnd-list="draggedTasks"
dnd-drop="dropList(event, index, item)"
dnd-dragover="dragoverList(event, index)">
- <a href="#/calendars/{{ calendar.uri }}" style="border-right: 4px solid {{ calendar.color }};" ng-dblclick="startRename(calendar)">
- <span class="icon list-list"></span>
+ <a href="#/calendars/{{ calendar.uri }}" ng-dblclick="startRename(calendar)">
+ <span class="calendar-indicator" style="background-color: {{ calendar.color }};"></span>
<span class="title">{{ calendar.displayname }}</span>
</a>
<div class="app-navigation-entry-utils">