]> git.proxmox.com Git - mirror_novnc.git/blame - include/black.css
Viewport clip/drag for mobile/touchscreen devices.
[mirror_novnc.git] / include / black.css
CommitLineData
c327865b 1#noVNC-control-bar {
01a9eee9
JM
2 background-color:#000;
3 background-image: -webkit-gradient(
4 linear,
5 left bottom,
6 left top,
7 color-stop(0.5, rgb(0,0,0)),
8 color-stop(0.5, rgb(20,20,20))
9 );
10 background-image: -moz-linear-gradient(
11 center bottom,
12 rgb(0,0,0) 50%,
13 rgb(20,20,20) 50%
14 );
3a5ddcf7
JM
15}
16
53fc7392 17.triangle-right {
01a9eee9
JM
18 border:2px solid #fff;
19 background:#000;
20 color:#fff;
21}
a5df24b4
JM
22
23#keyboardinput {
24 background-color:#000;
25}
26