summaryrefslogtreecommitdiffstats
path: root/webclients/novnc/include/blue.css
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2014-10-02 18:06:18 +0200
committerChristian Beier <dontmind@freeshell.org>2014-10-02 18:06:18 +0200
commit465a5b0bd55fe7153700b3ce1b9d33697d794904 (patch)
tree1b4733471d40d39f4d36ab8448c122f613f620a3 /webclients/novnc/include/blue.css
parentad7a054e8c7dd95aec5685fb99a7b1e860d08397 (diff)
downloadlibtdevnc-465a5b0bd55fe7153700b3ce1b9d33697d794904.tar.gz
libtdevnc-465a5b0bd55fe7153700b3ce1b9d33697d794904.zip
Update noVNC HTML5 client to latest version from https://github.com/kanaka/noVNC.
Diffstat (limited to 'webclients/novnc/include/blue.css')
-rw-r--r--webclients/novnc/include/blue.css37
1 files changed, 34 insertions, 3 deletions
diff --git a/webclients/novnc/include/blue.css b/webclients/novnc/include/blue.css
index 3dad0b4..b2a0adc 100644
--- a/webclients/novnc/include/blue.css
+++ b/webclients/novnc/include/blue.css
@@ -1,11 +1,12 @@
/*
- * noVNC base CSS
+ * noVNC blue CSS
* Copyright (C) 2012 Joel Martin
- * noVNC is licensed under the LGPL-3 (see LICENSE.txt)
+ * Copyright (C) 2013 Samuel Mannehed for Cendio AB
+ * noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
* This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
*/
-#noVNC-control-bar {
+.noVNC_status_normal {
background-color:#04073d;
background-image: -webkit-gradient(
linear,
@@ -20,6 +21,36 @@
rgb(4,7,61) 50%
);
}
+.noVNC_status_error {
+ background-color:#f04040;
+ background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ color-stop(0.54, rgb(240,64,64)),
+ color-stop(0.5, rgb(4,7,61))
+ );
+ background-image: -moz-linear-gradient(
+ center bottom,
+ rgb(4,7,61) 54%,
+ rgb(249,64,64) 50%
+ );
+}
+.noVNC_status_warn {
+ background-color:#f0f040;
+ background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ color-stop(0.54, rgb(240,240,64)),
+ color-stop(0.5, rgb(4,7,61))
+ );
+ background-image: -moz-linear-gradient(
+ center bottom,
+ rgb(4,7,61) 54%,
+ rgb(240,240,64) 50%
+ );
+}
.triangle-right {
border:2px solid #fff;