![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/libs/absol-full/dist/css/ |
Upload File : |
/*** module: node_modules/pizo/css/tablesort.css ***/ .arrow_up { position: absolute; transform: scale(1.06); display: block; top: 2px; } .arrow_down { position: absolute; transform: scale(1.06); top: calc(50% + 1px); } .sort-container { display: none; } .has-sort .sort-container { display: flex; position: relative; flex-shrink: 0; justify-content: center; align-items: center; width: 20px; min-height: 20px; } .downgrade .sort-container .arrow_up>path { fill: #fff !important; } .upgrade .sort-container .arrow_down>path { fill: #fff !important; } .has-sort { position: relative; } .margin-div-cell { width: 1.71428571429em; display: inline-block; } .more-icon-container { font-size: 16px; position: absolute; vertical-align: middle; cursor: pointer; display: inline-block; top: 50%; width: 20px; height: 30px; transform: translateX(-100%) translateX(-0.71428571428rem) translateY(-50%); } .more-button { position: absolute; top: 50%; transform: translateY(-50%) translateY(-2px); -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; font-size: 20px; } table.sortTable tr.more-child>td>div>i.more-button, table.sortTableClone tr.more-child>td>div>i.more-button { transform: translateY(-50%) translateY(-2px) rotateZ(90deg); } .container-view { display: inline-block; } table.sortTable td.margin-left-has-icon { padding-left: 2.5em; } table.sortTable.padding-High-table tbody td:first-child { padding-left: 2.85714285714em; } .drag-icon-button { cursor: context-menu; } table.sortTable>tbody>tr.parent { opacity: 1; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; -o-user-select: none; position: relative; /* transform: scale(1); */ /* transform: none; */ /* transition: all 0.5s cubic-bezier(.36,-0.64,.34,1.76); */ } table.sortTable>tbody>tr { opacity: 0; /* transform: rotateX(-90deg); */ /* transition: all 0.5s cubic-bezier(.36,-0.64,.34,1.76); */ } table.sortTable>tbody>tr.hideTranslate.parent { -webkit-transition: 1s ease-in-out; -moz-transition: 1s ease-in-out; -o-transition: 1s ease-in-out; transition: 1s ease-in-out; transform: translateX(100%); } .disPlayNone { display: none !important; } .absol-frame-view-frame-container:not(.absol-active) { visibility: unset; } /* table.sortTable tr:nth-child(even) { background-color: #f5f5f5; } */ table.sortTable .slip-reordering { z-index: 9999 !important; } .container-header { /*display: -webkit-box;*/ display: -ms-flexbox; display: flex; width: 100%; align-items: stretch; } .container-header>span { flex-grow: 2; display: flex; align-items: center; } table.sortTable .parent:nth-child(odd) td { background-color: #f5f5f5; } table.sortTable .parent:nth-child(even) td { background-color: #fff; } table.sortTable tr.parent:hover td { background-color: rgb(191 191 191); }