%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 14.207.165.8 / Your IP : 216.73.216.26 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/var/www/html/ppaobm/backend/web/assets/ab74ac7f/css/ |
Upload File : |
/*!
* @package yii2-grid
* @author Kartik Visweswaran <kartikv2@gmail.com>
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2019
* @version 3.3.2
*
* Gridview ExpandRowColumn styling and enhancements
*
*/
.kv-expand-header-cell,
.kv-expand-icon-cell {
padding-top: 0;
padding-bottom: 0;
font-size: 1.35em;
}
.kv-expand-header-cell.kv-batch-toggle,
.kv-expand-icon-cell {
cursor: pointer;
}
.kv-expand-header-cell .kv-expand-icon {
width: 100%;
height: 80px;
padding: 0;
}
.kv-expand-header-cell.kv-batch-toggle:hover,
.kv-expand-header-cell.kv-batch-toggle:focus {
color: #245269;
background-color: #eee;
}
.kv-expand-icon-cell:hover,
.kv-expand-icon-cell:focus {
color: #245269;
background-color: #d9edf7 !important;
}
.kv-expand-icon-cell.kv-state-disabled,
.kv-expand-icon-cell.kv-state-disabled:hover,
.kv-expand-header-cell.kv-state-disabled,
.kv-expand-header-cell.kv-state-disabled:hover {
cursor: not-allowed;
color: #333;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=25);
opacity: .25;
}
.kv-expand-icon-cell.kv-state-disabled:hover,
.kv-expand-header-cell.kv-state-disabled:hover {
background: none !important;
}
.kv-expand-detail-loading {
background-image: url('../img/loading-sm.gif');
background-position: right 2px center;
background-repeat: no-repeat;
cursor: wait;
opacity: 0.6;
}