Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-08-18 13:38:41 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-08-18 13:38:41 +0300
commit1f5b2977227addfe4c589e04afe6016df229ee78 (patch)
treefe8568b4952879e14e4293363d203afa0c12c483 /apps/files/css/files.css
parentf42d3ac9ecda9bfd8f3d1dad8d125d3076454acb (diff)
Add cachebuster to apps.css
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 004a0b9ff50..b1759abfb1d 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -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 {