ajaxgetteststories.ui.css 407 B

1234567
  1. #testTaskTable {table-layout: fixed;}
  2. #testTaskTable tr {border: none;}
  3. #testTaskTable tr > th:not(.c-actions) {border: 1px solid var(--form-control-border);}
  4. #testTaskTable tr > th {background-color: #FFF; font-weight: unset;}
  5. #testTaskTable tr > td {padding: 0; border-color: var(--form-control-border);}
  6. #testTaskTable .form-control {border-radius: 0;}
  7. #testTaskTable .c-estimate {padding-right: 0.5px;}