mirror of
https://github.com/nextcloud/server.git
synced 2026-05-12 16:39:39 -04:00
Add cachebuster to apps.css
This commit is contained in:
parent
d8aba95322
commit
e014ec548d
1 changed files with 7 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue