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

com.google.gwt.cell.client.ButtonCellBase.gss Maven / Gradle / Ivy

.buttonCellBase {
  gwt-sprite: "buttonCellBaseBackground";
  height: auto;
  background-color: #f1f1f1;
  margin: 0;
  padding: 5px 7px;
  text-decoration: none;
  cursor: pointer;
  /* @alternate */ cursor: hand;
  font-size: small;
  border: 1px solid #bbb;
  border-bottom: 1px solid #a0a0a0;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.buttonCellBaseDefault {
}

.buttonCellBasePrimary {
  background: #666;
  color: white;
}

.buttonCellBaseNegative {
  background: #940000;
  color: white;
}

.buttonCellBase:active {
  /* Only works in webkit based browsers. */
}

.buttonCellBase:hover {
  border-color: #939393;
}

.buttonCellBase[disabled] {
  cursor: default;
  color: #888;
}

.buttonCellBase[disabled]:hover {
  border-color: #bbb #bbb #a0a0a0;
}

.buttonCellBasePushing {
  border: 1px inset #ccc;
}

.buttonCellBaseCollapseLeft {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
}

.buttonCellBaseCollapseRight {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy