From 89a76c785c973f5bb37d83a01dfb862b18c767c7 Mon Sep 17 00:00:00 2001 From: Chris Gordon Date: Thu, 8 Sep 2011 11:54:43 +1000 Subject: [PATCH] New theme. File: include/blue.css --- include/blue.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 include/blue.css diff --git a/include/blue.css b/include/blue.css new file mode 100644 index 00000000..01c06506 --- /dev/null +++ b/include/blue.css @@ -0,0 +1,22 @@ + +#noVNC-control-bar { + 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% + ); +} + +.triangle-right { + border:2px solid #fff; + background:#04073d; + color:#fff; +} \ No newline at end of file