adding url dialog

This commit is contained in:
Lucas 2019-04-26 14:07:07 +01:00
parent 298aba29ff
commit 6f63da0bc7
4 changed files with 86 additions and 3 deletions

View file

@ -904,6 +904,26 @@ div.slider .ui-slider-handle {
color: white;
}
#loadDropdown {
display: none;
position: absolute;
left: 54%;
top: 100%;
border: 1px solid #5e4fa2;
background-color: #a4879b;
width: 44px;
}
#loadDropdown>div {
padding: 2px 4px;
cursor: pointer;
}
#loadDropdown>div:hover {
color: white;
}
#brushPower,
#brushRadius {
width: 88px;