]> git.proxmox.com Git - mirror_novnc.git/blame - app/styles/blue.css
Merge pull request #711 from CendioOssman/spinners
[mirror_novnc.git] / app / styles / blue.css
CommitLineData
d58f8b51 1/*
1d728ace 2 * noVNC blue CSS
d58f8b51 3 * Copyright (C) 2012 Joel Martin
0019d3b0 4 * Copyright (C) 2013 Samuel Mannehed for Cendio AB
1d728ace 5 * noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
d58f8b51
JM
6 * This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
7 */
89a76c78 8
286947cb 9.noVNC_panel {
01a9eee9
JM
10 border:2px solid #fff;
11 background:#04073d;
12 color:#fff;
13}
fb7c3b3b 14
5454c345 15#noVNC_control_bar, #noVNC_control_bar_handle, .noVNC_panel .noVNC_heading {
fb7c3b3b
PO
16 background: #080F80;
17}