4
0

theme.css 172 B

1234
  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. }