Files
2026-02-13 23:18:35 +00:00

5 lines
172 B
CSS

/* Theme for cssClass integration test: set a distinct background on the action button */
.action-button button.test-custom-class {
background-color: rgb(32, 64, 128);
}