]> git.proxmox.com Git - mirror_novnc.git/blob - app/styles/black.css
Add headings to panels
[mirror_novnc.git] / app / styles / black.css
1 /*
2 * noVNC black 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:#000;
12 color:#fff;
13 }
14
15 #noVNC_control_bar, #noVNC_control_bar_handle, .noVNC_panel .noVNC_heading {
16 background: #4c4c4c;
17 }
18
19 .noVNC_button.noVNC_selected {
20 background: #9dd53a;
21 }