summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-01-19 02:26:43 +0100
committerJoas Schilling <coding@schilljs.com>2017-01-19 10:42:21 +0100
commit6697415d499ebebf157794802f77b65ea59fd8e8 (patch)
tree8fe792ba96f0b3490867d3f8f5dee438351f00dc /settings/css
parent2cfedb3623f532e22b007680c2978be1542600af (diff)
downloadnextcloud-server-6697415d499ebebf157794802f77b65ea59fd8e8.tar.gz
nextcloud-server-6697415d499ebebf157794802f77b65ea59fd8e8.zip
add icons to personal settings navigation
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 557395c5717..9f4ea17376e 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -7,6 +7,29 @@ input#openid, input#webdav { width:20em; }
/* PERSONAL */
+/* icons for sidebar */
+.nav-icon-personal-settings {
+ background-image: url('../img/personal.svg?v=1');
+}
+.nav-icon-sessions {
+ background-image: url('../img/toggle-filelist.svg?v=1');
+}
+.nav-icon-apppasswords {
+ background-image: url('../img/password.svg?v=1');
+}
+.nav-icon-clientsbox {
+ background-image: url('../img/change.svg?v=1');
+}
+.nav-icon-activity {
+ background-image: url('../img/activity-dark.svg?v=1');
+}
+.nav-icon-federated-cloud {
+ background-image: url('../img/share.svg?v=1');
+}
+.nav-icon-second-factor-backup-codes {
+ background-image: url('../img/password.svg?v=1');
+}
+
#avatarform {
width: 160px;
padding-right: 0;