reindeer theme, runo panel?

Hi,

Is it possible to use the reindeer theme, but set a panel to the runo style for the rounded corners?

Thanks!

Mark

Simplest way would be to check out what CSS styles are applied for the Panel in Runo, and copy those to your own theme (which probably extends Reindeer). So you’ll want those that have
.v-panel
in them. You might have to copy a few images as well.

OK, thanks Risto!