Hi,
I need to apply stylesheets to scheduler.Does this possible like
table thead tr:first-child th:last-child {
border-top-right-radius: 12px;
border-right: 1px solid #9B9B9B;
}
table thead tr:first-child th:first-child {
border-top-left-radius: 12px;
border-left: 1px solid #9B9B9B;
padding-left: 30px;
}
tr {
padding: 4px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
}
td {
height: 45px;
border-bottom: 1px solid #9B9B9B;
}
thank you