Skip to content

Commit

Permalink
Merge pull request jupyter-widgets#330 from jtpio/jlab-theme-widgets
Browse files Browse the repository at this point in the history
Use JLab background color for widget controls
  • Loading branch information
martinRenou authored Apr 10, 2019
2 parents f661787 + 083a707 commit afa4d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/jupyter-leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

.leaflet-widgetcontrol {
background-color: #ffffff;
background: var(--jp-layout-color1);
border-radius: 4.5px;
box-shadow: 4px 5px 8px 0px #9e9e9e
}
Expand Down

0 comments on commit afa4d6e

Please sign in to comment.