RosettaCodeData/Task/Simple-windowed-application/APL/simple-windowed-application-3.apl

6 lines
136 B
APL
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
/* general button */
.BUTTON { color: #F00; background: #4F4; }
/* the OK button */
#OK-button { color: #A22; background: #FFF; }