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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2022-09-29 11:52:54 +0300
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>2022-09-29 20:55:44 +0300
commit009700f16e65ec38aeb9639aee1ad86cfb8ccb93 (patch)
tree381c3e6208f6b504913adacd7dba2beed586bbc0 /apps/user_status/css/user-status-menu.css
parentfba6f2597a3c4ddb20efbba04430f770eb53ff55 (diff)
Fix invisible status
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/user_status/css/user-status-menu.css')
-rw-r--r--apps/user_status/css/user-status-menu.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_status/css/user-status-menu.css b/apps/user_status/css/user-status-menu.css
index 9966be2f4ff..88b456f4800 100644
--- a/apps/user_status/css/user-status-menu.css
+++ b/apps/user_status/css/user-status-menu.css
@@ -94,8 +94,7 @@
}
.icon-user-status-invisible {
- /* $dir is the app name, so we add this to the icon var to avoid conflicts between apps */
- background-image: var(--icon-user-status-invisible-dark);
+ background-image: url("../img/user-status-invisible.svg");
}
/*# sourceMappingURL=user-status-menu.css.map */