| Server IP : 104.21.37.246 / Your IP : 172.71.28.145 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388321/cwd/sharedjs/libraries/base-styles/ |
Upload File : |
/*
# table.less Copyright 2022 cPanel, L.L.C.
# All rights reserved.
# [email protected] http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/
@import (reference) "variables.less";
/* ------------------------------------------------------------------------------ */
/* Table
/* ------------------------------------------------------------------------------ */
.table > thead > tr > th {
border-bottom: 2px solid @table-th-border;
}
.table > tbody > td.active,
.table > tbody > tr.active {
border-left: 2px solid @table-td-active-border;
}
.table > tbody > tr > td.active,
.table > tbody > tr.active > td {
background-color: @table-td-active-bg;
color: @table-td-active-color;
}
.table > tbody > td.danger,
.table > tbody > tr.danger {
border-left: 2px solid @danger-border;
}
.table > tbody > tr > td.danger,
.table > tbody > tr.danger > td {
background-color: @danger-bg;
}
.table > tbody > td.info,
.table > tbody > tr.info {
border-left: 2px solid @info-border;
}
.table > tbody > tr > td.info,
.table > tbody > tr.info > td {
background-color: @info-bg;
}
.table > tbody > td.success,
.table > tbody > tr.success {
border-left: 2px solid @success-border;
}
.table > tbody > tr > td.success,
.table > tbody > tr.success > td {
background-color: @success-bg;
}
.table > tbody > td.warning,
.table > tbody > tr.warning {
border-left: 2px solid @warning-border;
}
.table > tbody > tr > td.warning,
.table > tbody > tr.warning > td {
background-color: @warning-bg;
}
.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;
}