/* * noVNC black CSS * Copyright (C) 2012 Joel Martin * Copyright (C) 2013 Samuel Mannehed for Cendio AB * noVNC is licensed under the MPL 2.0 (see LICENSE.txt) * This file is licensed under the 2-Clause BSD license (see LICENSE.txt). */ .noVNC_panel { border:2px solid #fff; background:#000; color:#fff; } #noVNC_control_bar, #noVNC_control_bar_handle, .noVNC_panel .noVNC_heading { background: #4c4c4c; } .noVNC_button.noVNC_selected { background: #9dd53a; }