This commit is contained in:
Azgaar 2019-09-07 19:09:48 +03:00
parent baf23bee37
commit e743735e57
11 changed files with 789 additions and 546 deletions

View file

@ -996,7 +996,7 @@ div.slider .ui-slider-handle {
top: 100%;
border: 1px solid #5e4fa2;
background-color: #a4879b;
width: 3.6em;
width: 5em;
}
#loadDropdown {
@ -1006,7 +1006,7 @@ div.slider .ui-slider-handle {
top: 100%;
border: 1px solid #5e4fa2;
background-color: #a4879b;
width: 6em;
width: 9em;
}
#loadDropdown>div,
@ -1510,6 +1510,7 @@ div.states > div.biomeArea {
cursor: default;
-moz-user-select: none;
user-select: none;
pointer-events: none;
}
#title_name {
@ -1808,6 +1809,12 @@ svg.button {
margin: 10px 0;
}
#info-line {
font-size: .9em;
color: gray;
user-select: none;
}
.optionsSeedRestore {
font-size: 12px;
cursor: pointer;
@ -1922,6 +1929,15 @@ svg.button {
margin: 10px 0 0 7px;
}
#errorBox {
font-size: .9em;
font-family: monospace;
color: #920303;
background-color: #dabdbd91;
padding: 2px;
border: 1px solid #916e7f;
}
#debug {
font-size: 1px;
opacity: 0.8;