From 9a90d703939917e542afca3ec0fd4279ef141d92 Mon Sep 17 00:00:00 2001 From: John Butler <96851126+johnbutlergames@users.noreply.github.com> Date: Wed, 29 Dec 2021 19:04:35 -0800 Subject: [PATCH 1/3] Update style.css, changing input style Update input style to match theme. --- dist/css/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dist/css/style.css b/dist/css/style.css index 5c7d20c..740fcc9 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -88,6 +88,17 @@ button:active{ background-color: #595e77; } +input,select { + border-radius: 8px; + border: 2px solid #9099c2; + padding: 2px; + background-color: white; + outline: none; +} +input:hover,input:active { + background-color: rgb(250,250,250); +} + .icon-links { font-size: 35px; position: fixed; @@ -279,4 +290,4 @@ button:active{ #reset-with-editor-org{ margin-top: 5px; -} \ No newline at end of file +} From 934dd62e2407eb0851dd29f9d21995d7169b6a95 Mon Sep 17 00:00:00 2001 From: MaxRobinsonTheGreat Date: Sat, 22 Jan 2022 12:40:02 -0600 Subject: [PATCH 2/3] added some extra formatting --- dist/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist/css/style.css b/dist/css/style.css index 740fcc9..aecddcd 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -89,12 +89,15 @@ button:active{ } input,select { - border-radius: 8px; + border-radius: 5px; border: 2px solid #9099c2; padding: 2px; background-color: white; outline: none; } +input { + max-width: 100px; +} input:hover,input:active { background-color: rgb(250,250,250); } From c4ee7dd3b28b07b71972841ce70301a9533e73f2 Mon Sep 17 00:00:00 2001 From: MaxRobinsonTheGreat Date: Sat, 22 Jan 2022 12:41:57 -0600 Subject: [PATCH 3/3] update changelog --- Changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changelog.md b/Changelog.md index b8036e9..6c51ff4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,19 @@ # Changelog +## 1.0.3 (current dev) + +### UI Enhancements: +- Improved input box styling + +### Simulation Enhancements: +- + +### Bug Fixes: +- charste changed to charset + + +Thanks to contributors: + ## 1.0.2 (12/21/2021) ### UI Enhancements: