%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.248 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 : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/eoffice/frontend/web/assets/d35e7eec/css/ |
Upload File : |
/*! * @package yii2-grid * @author Kartik Visweswaran <kartikv2@gmail.com> * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018 * @version 3.1.8 * * Gridview ExpandRowColumn styling and enhancements * Built for Yii Framework 2.0 * Author: Kartik Visweswaran * Year: 2015 * For more Yii related demos visit http://demos.krajee.com */ .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; }