Viewing File: /usr/local/cpanel/base/frontend/jupiter/security/mod_security/index.css
/*
# cpanel - base/frontend/jupiter/security/mod_security/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
*/
body {
font-family: "Open Sans", Arial, sans-serif;
}
.table th {
white-space: nowrap;
}
.filter-controls,
.form-inline .form-group {
margin: 20px 0;
vertical-align: top !important; // !important fixes IE8 pagesize selector alignment with pagination, TODO: Remove when we drop IE8 support
}
/* 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;
}
/* Ensures page size selector is the appropriate width in IE8 */
#ddlPageSize,
#containerPageSize {
width: auto;
display: inline-block;
}
.headerSpinner {
position: absolute;
left: -5px;
top: 23px;
}
.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;
}
/* ------------------------------------------------------------------------------ */
/* 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;
}
Back to Directory
File Manager