]> git.proxmox.com Git - novnc-pve.git/blobdiff - debian/patches/0004-add-pve-style.patch
upgrade novnc and patches to 1.4.0
[novnc-pve.git] / debian / patches / 0004-add-pve-style.patch
index 1a44edf7d41d1160b3c52c09f66256adf4254aec..acdfab9ed6a117c6ee7adb7bc9fab5e69002e572 100644 (file)
@@ -11,8 +11,8 @@ and fix the z-index of the connect overlay
 Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
 ---
  app/styles/pve.css | 42 ++++++++++++++++++++++++++++++++++++++++++
- vnc.html           |  3 ++-
- 2 files changed, 44 insertions(+), 1 deletion(-)
+ vnc.html           |  5 +++--
+ 2 files changed, 45 insertions(+), 2 deletions(-)
  create mode 100644 app/styles/pve.css
 
 diff --git a/app/styles/pve.css b/app/styles/pve.css
@@ -64,16 +64,18 @@ index 0000000..eaeb5cb
 +  background: #5BA8DF;
 +}
 diff --git a/vnc.html b/vnc.html
-index 5ec354a..a49e3a2 100644
+index e8a982f..b54fe41 100644
 --- a/vnc.html
 +++ b/vnc.html
-@@ -52,7 +52,8 @@
-     <link rel="apple-touch-icon" sizes="152x152" type="image/png" href="app/images/icons/novnc-152x152.png">
+@@ -36,8 +36,9 @@
+     <link rel="apple-touch-icon" sizes="180x180" type="image/png" href="app/images/icons/novnc-ios-180.png">
  
      <!-- Stylesheets -->
 -    <link rel="stylesheet" href="app/styles/base.css">
+-    <link rel="stylesheet" href="app/styles/input.css">
 +    <link rel="stylesheet" href="app/styles/base.css" />
++    <link rel="stylesheet" href="app/styles/input.css" />
 +    <link rel="stylesheet" href="/novnc/app/styles/pve.css" />
  
-     <!-- this is included as a normal file in order to catch script-loading errors as well -->
-     <script src="app/error-handler.js"></script>
+     <!-- Images that will later appear via CSS -->
+     <link rel="preload" as="image" href="app/images/info.svg">