mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
feat(#901): ability to lock seed in templates editor
This commit is contained in:
parent
425325888e
commit
f20029eac5
5 changed files with 14 additions and 12 deletions
|
|
@ -980,7 +980,7 @@ fieldset {
|
|||
|
||||
#templateBody > div > span {
|
||||
float: right;
|
||||
margin: 0 1px 0 0.5px;
|
||||
margin-inline: 1px;
|
||||
}
|
||||
|
||||
#templateBody > div > i {
|
||||
|
|
@ -989,10 +989,9 @@ fieldset {
|
|||
|
||||
#templateBody input,
|
||||
#templateBody select {
|
||||
width: 4em;
|
||||
width: 4.5em;
|
||||
height: 1em;
|
||||
border: 0;
|
||||
font-size: 0.95em;
|
||||
background-color: #ffffff95;
|
||||
color: #05044d;
|
||||
font-style: italic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue