theme.css 309 B

123456789
  1. /* Theme for cssClass integration test: set a distinct background on the action button */
  2. .action-button button.test-custom-class {
  3. background-color: rgb(32, 64, 128);
  4. }
  5. /* Display cssClass must be overridable by theme rules (#804) */
  6. .display.test-display-class {
  7. background-color: rgb(64, 128, 192);
  8. }