Open sbrugman opened 5 years ago
The current bar_style options for the progress widgets are too limited, at least for my use. A simple extension of the bar_style would solve the issue for me. I would propose to add a bar_style disabled.
bar_style
https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#IntProgress https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#FloatProgress
My current workaround is overwriting the color for the info class.
display(HTML('<style>.progress-bar-info{background-color: #ddd;}</style>'))
Thanks for raising this.
@zerline if you're writing a summary of what custom styling we would need, maybe this should go into it?
The current
bar_style
options for the progress widgets are too limited, at least for my use. A simple extension of thebar_style
would solve the issue for me. I would propose to add abar_style
disabled.https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#IntProgress https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#FloatProgress
My current workaround is overwriting the color for the info class.