/*
 * 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: 0px;
    background:#4c4c4c;;
    color:#fff;
}

#noVNC_control_bar, #noVNC_control_bar_handle, .noVNC_panel .noVNC_heading {
    background: #4c4c4c;
}

.noVNC_button.noVNC_selected {
    background: #3892d4;
}

#pve_commands > input[type=button] {
    width: 100%;
}

#noVNC_canvas:focus {
    outline: none;
}

#noVNC_transition {
    z-index: 0;
}

#noVNC_connect_button {
    display: none;
}

:root:not(.noVNC_touch) .noVNC_button.noVNC_selected:hover {
  border-color: rgba(0, 0, 0, 0.4);
  background: #5BA8DF;
}
