Browse Source

Add an icon for Safari's pinned tabs

Safari has its own standard for handling icons for pinned tabs,
which requires a black-and-white .svg and a special tag.
Without using this, pinning a tab to localhost will show just
a blank square, instead of a pre-generated letter.
Jaakko Hannikainen 10 years ago
parent
commit
c300015ac2
3 changed files with 10 additions and 2 deletions
  1. 7 0
      gui/assets/img/safari-pinned-tab.svg
  2. 1 0
      gui/index.html
  3. 2 2
      lib/auto/gui.files.go

File diff suppressed because it is too large
+ 7 - 0
gui/assets/img/safari-pinned-tab.svg


+ 1 - 0
gui/index.html

@@ -15,6 +15,7 @@
   <meta name="description" content="">
   <meta name="author" content="">
   <link rel="shortcut icon" href="assets/img/favicon.png">
+  <link rel="mask-icon" href="assets/img/safari-pinned-tab.svg" color="#0882c8">
 
   <title ng-bind="thisDeviceName() + ' | Syncthing'"></title>
   <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">

File diff suppressed because it is too large
+ 2 - 2
lib/auto/gui.files.go


Some files were not shown because too many files changed in this diff