pfalstad / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
1.72k stars 289 forks source link

Overriding the CSS in the <iframe> #109

Open SirClickALot opened 1 week ago

SirClickALot commented 1 week ago

I see that the <iframe> which houses the circuitjs.html has a CCS stylesheet entitled clean.css.

What is the recommended way to override that CSS so that I can (for example) effect the menu background borders etc?

This feels like it might require me to make adjustments then re-compile the project but I'd sooner just override if I can since am am not a Eclipse user and I'd rather not have to be if avoidable.

Thank you

pfalstad commented 1 week ago

I believe clean.css is part of Google Web Toolkit so you probably shouldn't change that.

You could make changes to circuitjs.html which has some custom CSS in it, or you could change circuitjs1/style.css .

SirClickALot commented 1 week ago

Excellent, thank you.