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

META-INF.resources.butterfaces-dist-css.butterfaces-table.css Maven / Gradle / Ivy

.butter-table tbody > tr.butter-table-row-selected,
.butter-table tbody > tr.butter-table-row-selected td {
  background-color: #d9edf7;
}
.butter-table tbody > tr.butter-table-row:hover,
.butter-table tbody > tr.butter-table-row:hover td {
  background-color: #fcf8e3;
  cursor: pointer;
}
.butter-component-table-column-sort-spinner {
  margin-left: 5px;
}
.butter-component-table-column-sort:hover {
  cursor: pointer;
}
.butter-component-table-column-header > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy