aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/icons.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/css/icons.css')
-rw-r--r--apps/files_sharing/css/icons.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files_sharing/css/icons.css b/apps/files_sharing/css/icons.css
index c914d8e512f..3c5fbf8539d 100644
--- a/apps/files_sharing/css/icons.css
+++ b/apps/files_sharing/css/icons.css
@@ -77,18 +77,15 @@
* @returns A background image with the url to the set to the requested icon.
*/
.icon-room {
- /* $dir is the app name, so we add this to the icon var to avoid conflicts between apps */
background-image: var(--icon-talk-dark);
}
.icon-circle {
- /* $dir is the app name, so we add this to the icon var to avoid conflicts between apps */
background-image: var(--icon-circles-dark);
}
.icon-guests {
- /* $dir is the app name, so we add this to the icon var to avoid conflicts between apps */
- background-image: var(--icon-guests-dark);
+ background-image: var(--icon-user-dark);
}
/*# sourceMappingURL=icons.css.map */