Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style not completly applied in Customization notebook example #855

Closed
xavArtley opened this issue Dec 6, 2019 · 0 comments · Fixed by #1706
Closed

Style not completly applied in Customization notebook example #855

xavArtley opened this issue Dec 6, 2019 · 0 comments · Fixed by #1706
Labels
type: docs Related to the Panel documentation and examples
Milestone

Comments

@xavArtley
Copy link
Collaborator

In the user guide https://panel.pyviz.org/user_guide/Customization.html

following the definition of the css the widget-box should be like this
image

However the border css is not applied because overrided by the bokeh one:
image

The solution is to add !important to the css

css = '''
.widget-box {
  background: #f0f0f0;
  border-radius: 5px;
  border: 1px black solid !important;
}
'''
@xavArtley xavArtley added the TRIAGE Default label for untriaged issues label Dec 6, 2019
@philippjfr philippjfr added type: docs Related to the Panel documentation and examples and removed TRIAGE Default label for untriaged issues labels Jan 20, 2020
@philippjfr philippjfr added this to the v0.10.x milestone Oct 27, 2020
@philippjfr philippjfr modified the milestones: v0.10.x, 0.10.1 Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Related to the Panel documentation and examples
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants