diff --git a/dark_style.css b/dark_style.css index f92b308..53a4d85 100644 --- a/dark_style.css +++ b/dark_style.css @@ -41,6 +41,9 @@ select, input, textarea { border-style: solid; border-width: 1px; } +input.numInput { + width: 7em; +} button { border-style: outset; border-width: 1px; @@ -75,6 +78,20 @@ button:enabled:active { border-color: #808080; color: black; } +button.activeBiomeModeButton{ + background-color: #8888ff; + color: black; +} +button.activeBiomeModeButton:enabled:hover { + background-color: #bbbbff; + color: black; +} +button.activeBiomeModeButton:enabled:active { + background-color: white; + border-color: #808080; + color: black; +} + #biomeButtonContainer { margin-top: 0.5em; } @@ -161,6 +178,9 @@ h3 { font-weight: bold; color: #00ff00; } +#modeContainer { + margin-bottom: 0.2em; +} .collapser { cursor: pointer; } diff --git a/index.html b/index.html index c3cd4c1..fbfe34e 100644 --- a/index.html +++ b/index.html @@ -19,14 +19,22 @@ ERROR: This tool requires JavaScript to work, but JavaScript is disabled in your +