mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
merge synchronizing dynamic modules
This commit is contained in:
parent
9d18e962ac
commit
cf017b4943
6 changed files with 25 additions and 129 deletions
40
index.css
40
index.css
|
|
@ -470,17 +470,17 @@ input[type="color"] {
|
|||
border: 1px solid #a9a9a9;
|
||||
}
|
||||
|
||||
input[type='color']::-webkit-color-swatch-wrapper {
|
||||
input[type="color"]::-webkit-color-swatch-wrapper {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#options input[type='color'] {
|
||||
#options input[type="color"] {
|
||||
width: 4.5em;
|
||||
height: 1em;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#convertImageDialog input[type='color'] {
|
||||
#convertImageDialog input[type="color"] {
|
||||
width: 38px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
|
|
@ -495,7 +495,7 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
font-size: smaller;
|
||||
}
|
||||
|
||||
#options input[type='range'] {
|
||||
#options input[type="range"] {
|
||||
height: 8px;
|
||||
background: 0;
|
||||
appearance: none;
|
||||
|
|
@ -504,7 +504,7 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#options input[type='range']::-webkit-slider-thumb {
|
||||
#options input[type="range"]::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
border-radius: 15%;
|
||||
width: 0.91em;
|
||||
|
|
@ -516,7 +516,7 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
box-shadow: 0.5px 0.5px 0px var(--dark-solid);
|
||||
}
|
||||
|
||||
#options input[type='range']::-moz-range-thumb {
|
||||
#options input[type="range"]::-moz-range-thumb {
|
||||
-moz-appearance: none;
|
||||
border-radius: 15%;
|
||||
width: 0.73em;
|
||||
|
|
@ -527,22 +527,22 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
box-shadow: 0.5px 0.5px 0px var(--dark-solid);
|
||||
}
|
||||
|
||||
#options input[type='range']::-webkit-slider-runnable-track {
|
||||
#options input[type="range"]::-webkit-slider-runnable-track {
|
||||
height: 2px;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
#options input[type='range']::-moz-range-track {
|
||||
#options input[type="range"]::-moz-range-track {
|
||||
-moz-appearance: none;
|
||||
background-color: #ffffff;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
#options input[type='number'] {
|
||||
#options input[type="number"] {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#options input[type='text'] {
|
||||
#options input[type="text"] {
|
||||
border: 0px;
|
||||
width: 62%;
|
||||
font-size: smaller;
|
||||
|
|
@ -553,7 +553,7 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
font-size: smaller;
|
||||
}
|
||||
|
||||
#optionsContent input[type='number'] {
|
||||
#optionsContent input[type="number"] {
|
||||
border: 0;
|
||||
text-align: right;
|
||||
background-color: transparent;
|
||||
|
|
@ -561,8 +561,8 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
#optionsContent input[type='number']::-webkit-inner-spin-button,
|
||||
#optionsContent input[type='number']::-webkit-outer-spin-button {
|
||||
#optionsContent input[type="number"]::-webkit-inner-spin-button,
|
||||
#optionsContent input[type="number"]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
@ -582,7 +582,7 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
#optionsContent input[type='range'] {
|
||||
#optionsContent input[type="range"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
@ -606,7 +606,7 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
transform: translate(0px, 1px);
|
||||
}
|
||||
|
||||
#styleElements input[type='range'] {
|
||||
#styleElements input[type="range"] {
|
||||
width: 64%;
|
||||
}
|
||||
|
||||
|
|
@ -629,16 +629,6 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#styleSelectFont > option {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
#sticked {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#sticked button {
|
||||
background-color: transparent;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue