Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/transfer_tool/getacctlist.less

/*
# cpanel - whostmgr/docroot/templates/transfer_tool/getacctlist.less
#                                                  Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/
@import "css/ux-styles.less";

html[dir="ltr"] .page-scripts5-account_copy_input .expanded-panel-save-btn {
    padding-left: 0;
}

html[dir="rtl"] .page-scripts5-account_copy_input .expanded-panel-save-btn {
    padding-right: 0;
}

.page-scripts5-account_copy_input {
    /*This is a fix for Chrome which trys to render the hidden dropdown in a menu and as such will make a table cell too large*/
    .advanced-checkbox {
        width: 68px;
    }

    /* Fix for reseller chosen inline style zero width. */
    div#reseller_select_chosen {
        width: 100% !important;
    }

    .table > tbody > tr.control-row > td,
    .table > tbody > tr.control-row > th {
        background-color: #e4e4e4;
    }
    /*hack for */
    td .has-feedback .form-control-feedback {
        top: 0;
    }

    td .has-feedback .form-control {
        min-width: 112px;
    }

    td .form-group {
        margin-bottom: 0;
    }

    .pagination {
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-inline .page-size-controller {
        vertical-align: top;
    }

    /*Chosen bootstrap*/
    select.form-control
        + .chosen-container.chosen-container-single
        .chosen-single {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s,
            box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        background-image: none;
    }

    select.form-control
        + .chosen-container.chosen-container-single
        .chosen-single
        div {
        top: 4px;
        color: #000;
    }

    select.form-control + .chosen-container .chosen-drop {
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
        margin: 2px 0 0;
    }

    select.form-control + .chosen-container .chosen-search input[type="text"] {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s,
            box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        background-image: none;
    }

    select.form-control + .chosen-container .chosen-results {
        margin: 2px 0 0;
        padding: 5px 0;
        font-size: 14px;
        list-style: none;
        background-color: #fff;
        margin-bottom: 5px;
    }

    select.form-control + .chosen-container .chosen-results li,
    select.form-control + .chosen-container .chosen-results li.active-result {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
        background-image: none;
    }
    select.form-control + .chosen-container .chosen-results li:hover,
    select.form-control
        + .chosen-container
        .chosen-results
        li.active-result:hover,
    select.form-control + .chosen-container .chosen-results li.highlighted {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        background-image: none;
    }

    select.form-control + .chosen-container-multi .chosen-choices {
        display: block;
        width: 100%;
        min-height: 34px;
        padding: 6px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s,
            box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        background-image: none;
    }

    select.form-control
        + .chosen-container-multi
        .chosen-choices
        li.search-field
        input[type="text"] {
        height: auto;
        padding: 5px 0;
    }

    select.form-control
        + .chosen-container-multi
        .chosen-choices
        li.search-choice {
        background-image: none;
        padding: 3px 24px 3px 5px;
        margin: 0 6px 0 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    select.form-control
        + .chosen-container-multi
        .chosen-choices
        li.search-choice
        .search-choice-close {
        top: 8px;
        right: 6px;
    }

    select.form-control
        + .chosen-container-multi.chosen-container-active
        .chosen-choices,
    select.form-control
        + .chosen-container.chosen-container-single.chosen-container-active
        .chosen-single,
    select.form-control
        + .chosen-container
        .chosen-search
        input[type="text"]:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
            0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
            0 0 8px rgba(102, 175, 233, 0.6);
    }

    select.form-control
        + .chosen-container-multi
        .chosen-results
        li.result-selected {
        display: list-item;
        color: #ccc;
        cursor: default;
        background-color: white;
    }
    /*End chosen bootstrap3*/

    .form-group .chosen-container {
        display: block;
    }
    .search-row {
        position: relative;
        min-height: 60px;
    }
    .search-row .dropdown-menu {
        width: 350px;
        left: auto;
    }
    .search-row .dropdown-menu .form-group label {
        display: block;
    }
    .search-row .dropdown-menu .form-group input {
        float: none;
        display: inline-block;
    }
    .search-row .dropdown-menu .form-group label.dedicated-ip-label {
        display: inline-block;
    }

    .package-search-row {
        height: 39px;
    }

    #acct_tbl {
        td {
            height: 39px;
        }
        tr.control-row {
            .advanced-checkbox-cell {
                line-height: initial;
            }
        }
    }

    .pagination li {
        cursor: pointer;
    }

    .search-labels-container {
        display: inline; /* TODO: Kill this once IE8 sleeps with the fishes. */
        zoom: 1;
        left: 0;
        position: absolute;
        top: 38px;
    }

    .search-labels-container:not(ie8) {
        display: inline-block;
    }

    .server-configuration-tabset {
        .tab-content > .section-body {
            padding: 20px 0;
        }
    }

    .service-configuration-table {
        tbody td label {
            margin-bottom: 0;
        }
    }

    .account-expand-panel {
        .content-row {
            .save-settings-section {
                border-left: 1px solid #ccc;
                min-height: 100%;
            }
        }
    }

    .account-expand-widget-info-block {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .worker-node-select-box {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-position: right 50%;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
        padding: 0.5em;
        padding-right: 1.5em;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .experimental-input-group-addon {
        padding: 4px 5px 5px;
    }

    .adjust-selected-overwrite {
        margin: 0 5px;
    }

    .table > thead > tr > th > .checkbox {
        margin-top: 0;
        margin-bottom: 0;
    }
}
Back to Directory File Manager