/*
 * DistroSea UI customizations for the noVNC application.
 *
 * Keep these rules separate from upstream noVNC styles so merges stay small.
 */

:root.distrosea-view body {
    touch-action: auto;
}

:root.distrosea-view #noVNC_control_bar .noVNC_logo,
:root.distrosea-view #noVNC_control_bar .noVNC_scroll > hr:first-of-type,
:root.distrosea-view #noVNC_toggle_extra_keys_button,
:root.distrosea-view #noVNC_power_button,
:root.distrosea-view #noVNC_clipboard_button,
:root.distrosea-view #noVNC_clipboard,
:root.distrosea-view #noVNC_settings > .noVNC_heading,
:root.distrosea-view #noVNC_settings .noVNC_version_separator,
:root.distrosea-view #noVNC_settings .noVNC_version_wrapper,
:root.distrosea-view .distrosea_hidden {
    display: none !important;
}

:root.distrosea-view #noVNC_connect_dlg {
    color: aliceblue;
    text-align: center;
}

:root.distrosea-view .distrosea_connect_title {
    margin: 0 0 4px;
    font-size: 48px;
    line-height: 1.1;
}

:root.distrosea-view .distrosea_connect_title a,
:root.distrosea-view .distrosea_powered_by a {
    color: #fff;
}

:root.distrosea-view .distrosea_connect_slogan,
:root.distrosea-view .distrosea_powered_by {
    margin: 6px 0;
}
