]> git.proxmox.com Git - mirror_novnc.git/blob - app/styles/blue.css
Add headings to panels
[mirror_novnc.git] / app / styles / blue.css
1 /*
2 * noVNC blue CSS
3 * Copyright (C) 2012 Joel Martin
4 * Copyright (C) 2013 Samuel Mannehed for Cendio AB
5 * noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
6 * This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
7 */
8
9 .noVNC_panel {
10 border:2px solid #fff;
11 background:#04073d;
12 color:#fff;
13 }
14
15 #noVNC_control_bar, #noVNC_control_bar_handle, .noVNC_panel .noVNC_heading {
16 background: #080F80;
17 }