/********************************************************************************
 * Copyright (C) 2022-2023 Ericsson and others.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Public License v. 2.0 which is available at
 * http://www.eclipse.org/legal/epl-2.0.
 *
 * This Source Code may also be made available under the following Secondary
 * Licenses when the conditions for such availability set forth in the Eclipse
 * Public License v. 2.0 are satisfied: GNU General Public License, version 2
 * with the GNU Classpath Exception which is available at
 * https://www.gnu.org/software/classpath/license.html.
 *
 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
 ********************************************************************************/

#terminal-manager-widget .lm-Widget.lm-Panel.lm-SplitPanel {
    height: 100%;
}

#terminal-manager-widget .lm-SplitPanel[data-orientation='horizontal']>.lm-SplitPanel-handle {
    width: 1px !important;
    background-color: var(--theia-tab-unfocusedInactiveForeground);
}

#terminal-manager-widget .lm-SplitPanel[data-orientation='vertical']>.lm-SplitPanel-handle {
    height: 1px !important;
    background-color: var(--theia-tab-unfocusedInactiveForeground);
}

.terminal-manager-tree-widget .rename-node-input {
    width: 100%;
}

.terminal-manager-tree-widget .theia-CompositeTreeNode .terminal-manager-inline-actions-container {
    visibility: hidden;
}

.terminal-manager-tree-widget .theia-CompositeTreeNode:hover .terminal-manager-inline-actions-container {
    visibility: unset;
}

.terminal-manager-tree-widget .codicon {
    margin-right: 3px;
}

.terminal-manager-inline-actions {
    display: flex;
    align-items: center;
    cursor: pointer;
}
