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
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-27 17:43:07 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-08 17:47:16 +0300
commit61597ed04ca8cfe6f5eb21163745ff3dceddc6d6 (patch)
treece6db6cdb3ac72752c5fa1802f385ef2fba42952 /css
parent91bea603aeccc5080118f16555927bfaf0d8b221 (diff)
Fix the icons to right path and always white
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss9
1 files changed, 6 insertions, 3 deletions
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 {