mirror of
https://github.com/OliveTin/OliveTin
synced 2026-05-04 05:00:36 +00:00
5 lines
172 B
CSS
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);
|
|
}
|