1
2#noVNC-control-bar {
3  background-color:#04073d;
4  background-image: -webkit-gradient(
5    linear,
6    left bottom,
7    left top,
8    color-stop(0.54, rgb(10,15,79)),
9    color-stop(0.5, rgb(4,7,61))
10  );
11  background-image: -moz-linear-gradient(
12    center bottom,
13    rgb(10,15,79) 54%,
14    rgb(4,7,61) 50%
15  );
16}
17
18.triangle-right {
19  border:2px solid #fff;
20  background:#04073d;
21  color:#fff;
22}
23
24#keyboardinput {
25  background-color:#04073d;
26}
27
28