diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-01-19 02:55:02 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-01-19 10:42:21 +0100 |
commit | b6bfc4e801500b0a0facbc7e4c02d8b52ce209a4 (patch) | |
tree | eeaf00aa6016fe2dcb25055f36aa61102a3216f6 /settings/css | |
parent | 6697415d499ebebf157794802f77b65ea59fd8e8 (diff) | |
download | nextcloud-server-b6bfc4e801500b0a0facbc7e4c02d8b52ce209a4.tar.gz nextcloud-server-b6bfc4e801500b0a0facbc7e4c02d8b52ce209a4.zip |
add icons to admin settings navigation
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 9f4ea17376e..f3aa079e35f 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -726,6 +726,36 @@ table.grid td.date{ } /* ADMIN */ + +/* icons for sidebar */ +.nav-icon-server { + background-image: url('../img/admin.svg?v=1'); +} +.nav-icon-sharing { + background-image: url('../img/share.svg?v=1'); +} +.nav-icon-theming { + background-image: url('../img/theming.svg?v=1'); +} +.nav-icon-encryption { + background-image: url('../img/password.svg?v=1'); +} +.nav-icon-workflow { + background-image: url('../img/tag.svg?v=1'); +} +.nav-icon-survey_client { + background-image: url('../img/toggle.svg?v=1'); +} +.nav-icon-logging { + background-image: url('../img/edit.svg?v=1'); +} +.nav-icon-additional { + background-image: url('../img/settings.svg?v=1'); +} +.nav-icon-tips-tricks { + background-image: url('../img/help.svg?v=1'); +} + #security-warning li { list-style: initial; margin: 10px 0; |