16 lines
203 B
CSS
Raw Permalink Normal View History

2025-01-24 19:17:26 -03:00
ph-header {
color: whitesmoke;
}
/*.ph-container {
overflow: auto;
height: 460px;
}
.ph-container thead th {
position:sticky;
top:0;
z-index:1;
}*/
td, th {
padding: 5px
}