Birk Johansson
Birk Johansson
A similar feature is actually implemented in the `next` -branch, I just haven't had the time to properly test it.
What would you want in that column? But no, generally you can't do that. There's no list of all tags, your best bet is using the developer tools and find...
Yes. Try something like selector: `#files`, css-rule: `color`, value: `red`.
Makes sense, I will look into this!
That is indeed correct, currently it will not update dynamically. I will merge the stylesheet-rework branch which fixes this after some more testing. https://github.com/Birkbjo/OctoPrint-Themeify/tree/stylesheet-rework You are welcome to test that...
Try `.nav-tabs .active a`. Note that this probably won't work until version 1.3.0 is released. This is because that does not support dynamic selections like `.active`
I would encourage you to use inspect element to find selectors to change. There's no easy way to just change a theme color in the UI other than finding the...
Yeah its unfortunate, I will probably make it a textarea-field. For that you would need to use the less files. You should be able to set `stylesheet: less` in your...
Hello! The current solution does not use a CSS-file for custom interfaces. It applies the rules directly to elements. If you want to edit the less-files directly, you need to...
Its due to the way customization works, as the stylings are put on the elements directly, so it depends on the loading time of the elements if they get it...