diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-08 19:25:28 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-08 19:25:28 +0200 |
commit | 84c2fe85b72a0ef2c3b56075316f75153ba07ae7 (patch) | |
tree | dd9957c6f4c357e5bf8dc8b1e11ee60f02dbdbad /apps/files/css/files.css | |
parent | d53aa4a8163d0f8c272572c4fb75507e270e64ad (diff) | |
download | nextcloud-server-84c2fe85b72a0ef2c3b56075316f75153ba07ae7.tar.gz nextcloud-server-84c2fe85b72a0ef2c3b56075316f75153ba07ae7.zip |
add icons to files sidebar, fix shade, fix position of settings icon and text
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index d34013db499..455ccae3f96 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -103,6 +103,27 @@ min-height: 100%; } +/* icons for sidebar */ +.nav-icon-files { + background-image: url('../img/folder.svg'); +} +.nav-icon-favorites { + background-image: url('../img/star.svg'); +} +.nav-icon-sharingin, +.nav-icon-sharingout { + background-image: url('../img/share.svg'); +} +.nav-icon-sharinglinks { + background-image: url('../img/public.svg'); +} +.nav-icon-extstoragemounts { + background-image: url('../img/external.svg'); +} +.nav-icon-trashbin { + background-image: url('../img/delete.svg'); +} + /* move Deleted Files to bottom of sidebar */ .nav-trashbin { position: fixed !important; |