Viewing File: /usr/local/cpanel/base/frontend/jupiter/mail/greylisting/index.css

/*

# cpanel - base/frontend/jupiter/mail/greylisting/index.css
#                                                  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

*/

.table th {
    white-space: nowrap;
}

/* overide ng-valid styling on the search filter */
#domainListFilter {
    border-color: #cccccc;
}

#domainListFilter:focus {
    border-color: #66afe9;
}

/* overide IE10 clear button */
::-ms-clear {
    display: none;
}

.icon-arrow-up,
.icon-arrow-down {
    font-style: normal;
}

.pagination-container {
    text-align: right;
    white-space: nowrap;
}

.pagination-container .page-size {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.headerSpinner {
    position: absolute;
    left: -5px;
}

.callout-disable-all div {
    margin-top: 1em;
}

/* ------------------------------------------------------------------------------ */
/* Table Styles
/* ------------------------------------------------------------------------------ */
.table > thead > tr > th {
    border-bottom: 2px solid #323232;
}
.table > tbody > td.active,
.table > tbody > tr.active {
    border-left: 2px solid #323232;
}
.table > tbody > tr > td.active,
.table > tbody > tr.active > td {
    background-color: #e0e0e0;
    color: #323232;
}
.table > tbody > td.danger,
.table > tbody > tr.danger {
    border-left: 2px solid #e74c3c;
}
.table > tbody > tr > td.danger,
.table > tbody > tr.danger > td {
    background-color: #f2dede;
}
.table > tbody > td.info,
.table > tbody > tr.info {
    border-left: 2px solid #2980b9;
}
.table > tbody > tr > td.info,
.table > tbody > tr.info > td {
    background-color: #d7edf9;
}
.table > tbody > td.success,
.table > tbody > tr.success {
    border-left: 2px solid #27ae60;
}
.table > tbody > tr > td.success,
.table > tbody > tr.success > td {
    background-color: #dff2d5;
}
.table > tbody > td.warning,
.table > tbody > tr.warning {
    border-left: 2px solid #f1c40f;
}
.table > tbody > tr > td.warning,
.table > tbody > tr.warning > td {
    background-color: #fcf8e1;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

.bulk-changes .btn-default {
    vertical-align: middle;
}

.domain-status {
    width: 150px;
}

/* ------------------------------------------------------------------------------ */
/* On/Off buttons
/* ------------------------------------------------------------------------------ */
.btn-default:active,
.btn-default.active,
.btn-primary:active,
.btn-primary.active {
    top: 0; /* override style from base.css */
}

.btn-group-nowrap,
.btn-group-nowrap .btn {
    white-space: nowrap;
    float: none;
}

.btn-group-nowrap .btn + .btn,
.btn-group-nowrap .btn + .btn-group,
.btn-group-nowrap .btn-group + .btn,
.btn-group-nowrap .btn-group + .btn-group {
    margin-left: -5px;
}

/* ------------------------------------------------------------------------------ */
/* Gear Menu
/* ------------------------------------------------------------------------------ */

.gear-column {
    text-align: right;
    width: 20px;
}

html[dir="rtl"] .gear-column {
    text-align: left;
}

.gear-menu {
    text-align: left;
}

html[dir="rtl"] .gear-menu {
    right: auto;
    left: 0;
    float: right;
}

ul#gearMenuItems.dropdown-menu.dropdown-menu-right.gear-menu {
    min-width: 0;
}
Back to Directory File Manager