16 lines
203 B
CSS
16 lines
203 B
CSS
|
|
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
|
|||
|
|
}
|