Freeboard / freeboard

A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard.
http://freeboard.io
MIT License
6.43k stars 1.2k forks source link

GUI/Pane Customization Question #195

Open jfelixengineer opened 8 years ago

jfelixengineer commented 8 years ago

I am modifying the CSS to create a light color theme. Where can I modify the background and colors of the Panes/Widgets?

CanNuhlar commented 7 years ago

https://github.com/Freeboard/freeboard/blob/master/css/freeboard.css Line 1379

.gridster .gs_w { background: #2a2a2a; padding: 0px; margin: 0px; overflow: hidden; z-index: auto; -webkit-touch-callout: text; -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; }

You have to change it on freeboard.min.css though. Or edit freeboards.css as you want then minify it back.

jfelixengineer commented 7 years ago

Thank you. Must have missed that line.

pdeitel commented 5 years ago

Did you ever complete a light color scheme?