Skip to content

Commit

Permalink
Add cachebuster to apps.css
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasReschke committed Aug 18, 2016
1 parent 96bbc6e commit 1560acb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/files/css/files.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,26 +87,26 @@

/* icons for sidebar */
.nav-icon-files {
background-image: url('../img/folder.svg');
background-image: url('../img/folder.svg?v=1');
}
.nav-icon-recent {
background-image: url('../img/recent.svg');
background-image: url('../img/recent.svg?v=1');
}
.nav-icon-favorites {
background-image: url('../img/star.svg');
background-image: url('../img/star.svg?v=1');
}
.nav-icon-sharingin,
.nav-icon-sharingout {
background-image: url('../img/share.svg');
background-image: url('../img/share.svg?v=1');
}
.nav-icon-sharinglinks {
background-image: url('../img/public.svg');
background-image: url('../img/public.svg?v=1');
}
.nav-icon-extstoragemounts {
background-image: url('../img/external.svg');
background-image: url('../img/external.svg?v=1');
}
.nav-icon-trashbin {
background-image: url('../img/delete.svg');
background-image: url('../img/delete.svg?v=1');
}

#app-navigation .nav-files a.nav-icon-files {
Expand Down

0 comments on commit 1560acb

Please sign in to comment.