fix 2FA icons

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/33962/head
szaimen 2022-09-08 12:26:01 +07:00 committed by nextcloud-command
parent 5555500e98
commit 055a62857f
3 changed files with 3 additions and 1 deletions

@ -474,6 +474,7 @@ table.nostyle td {
width: 16px;
height: 16px;
vertical-align: sub;
filter: var(--background-invert-if-dark);
}
/* USERS */

File diff suppressed because one or more lines are too long

@ -514,6 +514,7 @@ table.nostyle {
width: 16px;
height: 16px;
vertical-align: sub;
filter: var(--background-invert-if-dark);
}
}