mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix 2FA icons
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue