Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/tomcat/index.css
/*
WARNING: This is a generated file. Any changes you make directly to this file
will be overwritten when the file is regenerated. Add styles to the appropriate
.less file instead.
*/
/*
# label.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
*/
/* ------------------------------------------------------------------------------ */
/* Callouts
/* ------------------------------------------------------------------------------ */
.label,
.badge {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
letter-spacing: 0.4px;
font-weight: 600;
}
.label-danger {
background-color: #d03f00;
}
.label-success {
background-color: #83b655;
}
.label-warning {
background-color: #f6c342;
}
.label-info {
background-color: #179bd7;
}
.badge-danger {
background-color: #d03f00;
}
.badge-success {
background-color: #83b655;
}
.badge-warning {
background-color: #f6c342;
}
.badge-info {
background-color: #179bd7;
}
html[dir="rtl"] th.gear-column {
text-align: left;
}
html[dir="ltr"] th.gear-column {
text-align: right;
}
.alert-message {
word-break: break-all;
}
.gear-menu {
border: 1px solid silver;
min-width: 54px;
}
html[dir="rtl"] .text-right.flip {
text-align: left;
}
html[dir="rtl"] .text-left.flip {
text-align: right;
}
.animated {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.gear-menu-item.disabled {
color: #333333;
cursor: not-allowed;
opacity: 0.65;
}
.gear-menu-item.disabled a {
pointer-events: none;
}
/* Shamlessly lifted from animate.css (https://daneden.github.io/animate.css/) */
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
/* Extra specificity here to override responsive-table styles */
td.checkbox-column {
display: none;
}
.responsive-table > tbody > tr > td.gear-column {
visibility: hidden;
display: none;
}
td.actions-column {
width: 15%;
}
@media (min-width: 801px) {
td.checkbox-column {
display: table-cell;
width: 10%;
}
.responsive-table > tbody > tr > td.gear-column {
visibility: visible;
display: table-cell;
width: 10%;
}
}
/* override Bootstrap: */
#tableShowHideContainer .row {
display: block;
}
Back to Directory
File Manager