Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-28 14:39:30 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-28 14:39:30 +0300
commitce0a7312022a821ba0060782a69a48f02b14a1bd (patch)
treed11c48325463a33d8fbf1bc38b553cb49739bdad /css/icons.scss
parent6708b8208fffddcda3ac11f3b7ded63604cf1816 (diff)
Add the favorite icon to the conversation list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css/icons.scss')
-rw-r--r--css/icons.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 91c51e2cb..b683a8570 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -28,3 +28,7 @@
background-image: url('../img/changelog.svg');
}
}
+
+
+/* Show favorite icon in yellow instead of default black. */
+@include icon-color('star-dark', 'actions', 'FC0', 1, true);