aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-29 16:10:53 +0200
committerJulius Härtl <jus@bitgrid.net>2018-07-19 08:16:57 +0200
commit29ff7efe9a5be16b133a1ee4e43d6d2155b6a21c (patch)
tree55f1645f13a1f5f2e0591e67dc62d23048f4a5a7 /apps/files_external/css
parent98a0113d4083d4dff73f8212106673ccc1c4b744 (diff)
downloadnextcloud-server-29ff7efe9a5be16b133a1ee4e43d6d2155b6a21c.tar.gz
nextcloud-server-29ff7efe9a5be16b133a1ee4e43d6d2155b6a21c.zip
Svg icon api sass function and upgrade of all styles
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_external/css')
-rw-r--r--apps/files_external/css/settings.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/css/settings.scss b/apps/files_external/css/settings.scss
index bd45b57f6d5..7784134bcd9 100644
--- a/apps/files_external/css/settings.scss
+++ b/apps/files_external/css/settings.scss
@@ -122,5 +122,5 @@ td.mountPoint, td.backend { width:160px; }
}
.nav-icon-external-storage {
- background-image: url('../img/app-dark.svg?v=1');
+ background-image: icon-color('app-dark', 'files_external', $color-black);
}