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

theme-base.components.data._datascroller.scss Maven / Gradle / Ivy

There is a newer version: 15.0.0
Show newest version
body {
  .ui-datascroller {
    .ui-datascroller-header,
    .ui-datascroller-footer {
      background: $panelHeaderBg;
      border: $panelHeaderBorder;
      color: $panelHeaderTextColor;
      padding: $panelHeaderPadding;
      font-weight: $panelHeaderFontWeight;
    }

    .ui-datascroller-header {
      border-bottom: 0 none;
    }

    .ui-datascroller-footer {
      border-top: 0 none;
    }

    .ui-datascroller-content {
      border: $panelContentBorder;
      background: $panelContentBg;
      color: $panelContentTextColor;
      padding: $panelContentPadding;
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy