imrahil / OctoPrint-NavbarTemp

Plugin for OctoPrint - displays temperatures on navbar
GNU Affero General Public License v3.0
44 stars 50 forks source link

NavbarTemp + Themeify = Can't see text #35

Closed OutsourcedGuru closed 4 years ago

OutsourcedGuru commented 6 years ago

If you have Themeify also loaded and it's using the default color scheme, it appears that the text doesn't display for your plugin.

There is a work-around by adding a custom CSS style in Themeify itself:

Selector:  .navbar-text
CSS-Rule:  color
Value:     #ffffff
Nuttavoot commented 5 years ago

If you have Themeify also loaded and it's using the default color scheme, it appears that the text doesn't display for your plugin.

There is a work-around by adding a custom CSS style in Themeify itself:

Selector:  .navbar-text
CSS-Rule:  color
Value:     #ffffff

After click on Octoprint setting again, the Tool temp disappeared again.

Cosik commented 4 years ago

@Nuttavoot @OutsourcedGuru this is related to #64. Please pass there information how to fix it if you know how.