All Downloads are FREE. Search and download functionalities are using the official Maven repository.

themes.primefaces-material-light-common.extensions._treetable.scss Maven / Gradle / Ivy

There is a newer version: 15.0.0
Show newest version
body {
  .ui-treetable {
    thead {
      th {
        &.ui-sortable-column {
          outline: 0 none;

          &.ui-state-focus {
            background-color: rgba($overlayColor, 0.03);
          }

          .ui-sortable-column-icon {
            color: $datatableHeaderCellIconColor;
          }
        }
      }
    }

    .ui-treetable-data {
      > tr {
        outline: 0 none;

        &:not(.ui-state-highlight):focus {
          background-color: rgba($overlayColor, 0.03);
        }
      }
    }

    .ui-paginator {
      &.ui-paginator-top {
        border-top: 1px $paginatorBorder;
        border-bottom: 1px $paginatorBorder;
      }

      &.ui-paginator-bottom {
        border-bottom: 1px $paginatorBorder;
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy