summaryrefslogtreecommitdiffstats
path: root/webclients/novnc/include/blue.css
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2018-10-01 20:50:35 +0200
committerChristian Beier <dontmind@freeshell.org>2018-10-01 20:50:35 +0200
commitffe33574918cf31926ed37caef12f24e73b2d478 (patch)
treea5402503529c20741556306aff0275ddaa44b159 /webclients/novnc/include/blue.css
parentde3a2f46b5c4913ba55dfb8c6f7c8b52136bf27a (diff)
downloadlibtdevnc-ffe33574918cf31926ed37caef12f24e73b2d478.tar.gz
libtdevnc-ffe33574918cf31926ed37caef12f24e73b2d478.zip
Update bundled noVNC to latest release 1.0.0
Closes #148
Diffstat (limited to 'webclients/novnc/include/blue.css')
-rw-r--r--webclients/novnc/include/blue.css64
1 files changed, 0 insertions, 64 deletions
diff --git a/webclients/novnc/include/blue.css b/webclients/novnc/include/blue.css
deleted file mode 100644
index b2a0adc..0000000
--- a/webclients/novnc/include/blue.css
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
- * noVNC blue CSS
- * Copyright (C) 2012 Joel Martin
- * 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_status_normal {
- background-color:#04073d;
- background-image: -webkit-gradient(
- linear,
- left bottom,
- left top,
- color-stop(0.54, rgb(10,15,79)),
- color-stop(0.5, rgb(4,7,61))
- );
- background-image: -moz-linear-gradient(
- center bottom,
- rgb(10,15,79) 54%,
- 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;
- background:#04073d;
- color:#fff;
-}
-
-#keyboardinput {
- background-color:#04073d;
-}
-