]> source.dussan.org Git - nextcloud-server.git/commitdiff
Do not show icon for quota bar 5389/head
authorMorris Jobke <hey@morrisjobke.de>
Tue, 13 Jun 2017 15:28:49 +0000 (10:28 -0500)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 13 Jun 2017 17:28:23 +0000 (12:28 -0500)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
apps/files/css/files.scss
apps/files/img/quota.svg [deleted file]

index de01b4ab56c6f3f302b2a6b0a5d80956dae5dc40..5f32916650dea3397afc464649aa0aebfd4dc7b8 100644 (file)
 .nav-icon-trashbin {
        background-image: url('../img/delete.svg?v=1');
 }
+/* no icon for the quota bar */
 .nav-icon-quota {
-       background-image: url('../img/quota.svg?v=1');
+       padding-left: 15px !important;
 }
 
 #app-navigation .nav-files a.nav-icon-files {
diff --git a/apps/files/img/quota.svg b/apps/files/img/quota.svg
deleted file mode 100644 (file)
index 8ed264e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1">
- <path style="text-decoration-color:#000;block-progression:tb;isolation:auto;mix-blend-mode:normal;text-indent:0;text-decoration-line:none;text-transform:none;text-decoration-style:solid" d="m8 0c-4.406 0-8 3.594-8 8s3.594 8 8 8 8-3.594 8-8-3.594-8-8-8zm0 2c3.326 0 6 2.674 6 6 0 1.622-0.638 3.087-1.676 4.164l-4.324-4.164v-6z"/>
-</svg>