summaryrefslogtreecommitdiffstats
path: root/webclients/novnc/include/blue.css
blob: a8baf7056de119ded7646b69fa2daec9b9b48876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

#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;
}

#keyboardinput {
  background-color:#04073d;
}