From 61597ed04ca8cfe6f5eb21163745ff3dceddc6d6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 27 Apr 2020 16:43:07 +0200 Subject: Fix the icons to right path and always white Signed-off-by: Joas Schilling --- css/icons.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/icons.scss b/css/icons.scss index 9f308b92a..8740330e5 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -50,6 +50,12 @@ &.icon-fullscreen { background-image: url(icon-color-path('fullscreen', 'actions', 'fff', 1, true)); } + &.icon-promoted-view { + background-image: url(icon-color-path('promoted-view', 'spreed', 'fff', 1)); + } + &.icon-grid-view { + background-image: url(icon-color-path('toggle-pictures', 'actions', 'fff', 1, true)); + } &.icon-audio { background-image: url(icon-color-path('audio', 'actions', 'fff', 1, true)); } @@ -68,9 +74,6 @@ &.icon-screen-off { background-image: url(icon-color-path('screen-off', 'actions', 'fff', 1, true)); } - &.icon-promoted-view{ - background-image: url(icon-color-path('promoted-view', 'actions', 'fff', 1, true)); - } } .icon-favorite { -- cgit v1.2.3