⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
grafana
/
public
/
sass
/
components
/
View File Name :
_filter-table.scss
// ========================================================================== // FILTER TABLE // ========================================================================== // Table // -------------------------------------------------------------------------- .filter-table * { box-sizing: border-box; } .filter-table { width: 100%; border-collapse: separate; tbody { tr:nth-child(odd) { background: $table-bg-odd; } } th { width: auto; padding: $space-inset-squish-md; text-align: left; line-height: 30px; height: 30px; white-space: nowrap; } td { padding: $space-inset-squish-md; line-height: 30px; height: 30px; white-space: nowrap; &.filter-table__switch-cell { padding: 0; border-right: 3px solid $page-bg; } } .link-td { padding: 0; line-height: 30px; height: 30px; white-space: nowrap; &.filter-table__switch-cell { padding: 0; border-right: 3px solid $page-bg; } a { display: block; padding: 0px $space-sm; height: 30px; } } .ellipsis { display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .expanded { border-color: $panel-bg; } .expanded > td { padding-bottom: 0; } .filter-table__avatar { width: 25px; height: 25px; border-radius: 50%; } &--hover { tbody tr:hover { background: $table-bg-hover; } } } .filter-table__weak-italic { font-style: italic; color: $text-color-weak; }