One Hat Cyber Team
Your IP :
172.69.58.131
Server IP :
188.114.97.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpMyAdmin
/
themes
/
pmahomme
/
scss
/
View File Name :
_tables.scss
.table { caption-side: top; th, td { text-shadow: 0 1px 0 #fff; vertical-align: middle; > span:empty::before { content: "\200b"; } } th { color: $th-color; } td { touch-action: manipulation; } thead th { border-right: 1px solid #fff; background-image: linear-gradient(#fff, #ccc); } caption { background-color: $th-background; font-weight: bold; text-align: center; } } .table-hover { tbody tr { &:hover { background: linear-gradient(#ced6df, #b6c6d7); } } } .table-striped { > tbody > tr:nth-of-type(#{$table-striped-order}) > th { color: $th-color; } } @media only screen and (min-width: 768px) { .table th.position-sticky { top: 60px; } }