aboutsummaryrefslogtreecommitdiffstats
path: root/settings/css/settings.css
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-04-28 08:33:45 +0200
committerGitHub <noreply@github.com>2017-04-28 08:33:45 +0200
commit3fd75e288cf62551d4e7a300f178a763bd3d406f (patch)
tree215de0216df4696917836a60ace024169155bb9b /settings/css/settings.css
parenta809aa51cd52d8fee93689452dd86d90ac4f9ad7 (diff)
parentd6e7cee60779d85d05264ba360463ab9eabc7d35 (diff)
downloadnextcloud-server-3fd75e288cf62551d4e7a300f178a763bd3d406f.tar.gz
nextcloud-server-3fd75e288cf62551d4e7a300f178a763bd3d406f.zip
Merge pull request #4569 from nextcloud/fix-icons
Fix icons in sidebar on personal page
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r--settings/css/settings.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 0a1d4e046fe..65709c9578a 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -26,6 +26,9 @@ input#openid, input#webdav { width:20em; }
.nav-icon-second-factor-backup-codes {
background-image: url('../img/password.svg?v=1');
}
+.nav-icon-ssl-root-certificate {
+ background-image: url('../img/password.svg?v=1');
+}
#avatarform {
min-width: 145px;