jneilliii / OctoPrint-BedLevelVisualizer

MIT License
369 stars 82 forks source link

nasty background-color #559

Closed electronicm closed 2 years ago

electronicm commented 2 years ago

The following Lines crashes some Themes from UI Customizer

https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/blob/88eb516294efa08a1a3407f4bd55bd27259b3fac/octoprint_bedlevelvisualizer/static/css/bedlevelvisualizer.css#L73-L75

image

I have so far overridden it via UI Customizer > Advanced > Custom CSS, but maybe others have the problem too.

div#tab_plugin_bedlevelvisualizer .table thead tr.info > th, div#tab_plugin_bedlevelvisualizer .table tbody tr td.info, div#tab_plugin_bedlevelvisualizer .table tfoot tr.info > th {
   background-color: inherit !important;
}
jneilliii commented 2 years ago

That's why I documented them.

https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/blob/master/wiki/index.md#theme-support