mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
adding url dialog
This commit is contained in:
parent
298aba29ff
commit
6f63da0bc7
4 changed files with 86 additions and 3 deletions
20
index.css
20
index.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue