浏览代码

New theme. File: include/blue.css

Chris Gordon 14 年之前
父节点
当前提交
89a76c785c
共有 1 个文件被更改,包括 22 次插入0 次删除
  1. 22 0
      include/blue.css

+ 22 - 0
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;
+}