Do not show icon for quota bar
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
f6d0b92c59
commit
28f6104bc8
|
@ -108,8 +108,9 @@
|
|||
.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 {
|
||||
|
|
|
@ -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>
|
Before Width: | Height: | Size: 468 B |
Loading…
Reference in New Issue