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

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

There is a newer version: 15.0.0
Show newest version
body {
  .ui-button {
    &.ui-selectbooleanbutton {
      &.ui-state-focus {
        background: $toggleButtonActiveBg;
        border-color: $toggleButtonActiveBorderColor;
      }

      &.ui-state-active {
        background: $toggleButtonActiveBg;
        border-color: $toggleButtonActiveBorderColor;
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy