Merge pull request #7116 from nextcloud/12-fix-6033

[stable12] Fix icon for security settings
This commit is contained in:
Roeland Jago Douma 2017-11-09 11:37:38 +01:00 committed by GitHub
commit ab69cea7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ input#openid, input#webdav {
} }
.nav-icon-security { .nav-icon-security {
background-image: url('../img/toggle-filelist.svg?v=1'); background-image: url('../img/password.svg?v=1');
} }
.nav-icon-apppasswords { .nav-icon-apppasswords {