diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-17 12:40:54 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-21 14:00:37 +0200 |
commit | 3cdfd2178438dbf837784fa80f2629d4dba268f5 (patch) | |
tree | 08f3250d13a0337a17f0097d315a419b33e025c5 /apps/files/css | |
parent | 02db24de3a6d8cbba579c6d133a972a6265bb422 (diff) | |
download | nextcloud-server-3cdfd2178438dbf837784fa80f2629d4dba268f5.tar.gz nextcloud-server-3cdfd2178438dbf837784fa80f2629d4dba268f5.zip |
Removed unwanted css and add quota icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.scss | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 741ea329c84..47701630b6a 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -108,9 +108,8 @@ .nav-icon-trashbin { background-image: url('../img/delete.svg?v=1'); } -/* no icon for the quota bar */ .nav-icon-quota { - padding-left: 15px !important; + background-image: url('../img/quota.svg?v=1'); } #app-navigation .nav-files a.nav-icon-files { @@ -777,12 +776,9 @@ table.dragshadow td.size { margin: 0 !important; border: none; border-radius: 0; - position: fixed !important; - bottom: 44px; - width: inherit !important; - background-color: #fff; - border-right: 1px solid #eee; + background-color: transparent; z-index:1; + order: 3; /* after the trash */ .quota-container { height: 5px; |