Circle Booleans in Sfx using CSS?

Our booleans are set to be redgreen on sfx, but we can’t figure out how to use CSS to make them circles instead of rectangles. So far we tried:

-fx-background-radius: 100px;

but that only changes certain elements and not redgreens. Any tips? Thanks!