]> 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 a5f20500fdf368eda610cbbe97e668a073a2f7c6..acdfab9ed6a117c6ee7adb7bc9fab5e69002e572 100644 (file)
@@ -1,7 +1,7 @@
-From 5d8fb2485e4863d561481ea7d51e36f8e0be1d2b Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 From: Dominik Csapak <d.csapak@proxmox.com>
 Date: Tue, 13 Dec 2016 16:03:41 +0100
-Subject: [PATCH 04/10] add pve style
+Subject: [PATCH] add pve style
 
 this adds the custom pve style (based on black.css)
 
@@ -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           |  1 +
- 2 files changed, 43 insertions(+)
+ 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,17 +64,18 @@ index 0000000..eaeb5cb
 +  background: #5BA8DF;
 +}
 diff --git a/vnc.html b/vnc.html
-index 701714c..63d7181 100644
+index e8a982f..b54fe41 100644
 --- a/vnc.html
 +++ b/vnc.html
-@@ -55,6 +55,7 @@
+@@ -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/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" />
  
-     <!--
-     <script type='text/javascript'
--- 
-2.11.0
-
+     <!-- Images that will later appear via CSS -->
+     <link rel="preload" as="image" href="app/images/info.svg">