diff --git a/readme.md b/readme.md index 8a9d2ada7..cdcd7b76e 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@  [](https://github.com/Aircoookie/WLED/releases) +[](https://wled.discourse.group) [](https://discord.gg/KuqP7NE) [](https://github.com/Aircoookie/WLED/wiki) [](https://github.com/Aircoookie/WLED-App) @@ -57,7 +58,8 @@ Credits [here](https://github.com/Aircoookie/WLED/wiki/Contributors-&-About)! Uses Linearicons by Perxis! Join the Discord [server](https://discord.gg/KuqP7NE) to discuss everything about WLED! -You can also send me mails to [dev.aircoookie@gmail.com](mailto:dev.aircoookie@gmail.com). +Check out the WLED [Discourse forum](https://wled.discourse.group)! +You can also send me mails to [dev.aircoookie@gmail.com](mailto:dev.aircoookie@gmail.com), but please only do so if you want to talk to me privately. If WLED really brightens up your every day, you can [](https://paypal.me/aircoookie) *Disclaimer:* diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 4d8cff08e..1cc88083e 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -385,7 +385,7 @@ input[type=range]::-ms-thumb { background-color: #333; color: white; border: 0px solid white; - border-radius: 5px; + border-radius: 25px; filter: drop-shadow(0px 0px 2px #000); transition-duration: 0.5s; -webkit-backface-visibility: hidden; @@ -402,13 +402,32 @@ input[type=range]::-ms-thumb { vertical-align: middle; } +.qcs-w { + margin-top: 10px; +} +.qcs { + padding: 14px; + margin: 2px; + border-radius: 14px; + display: inline-block; +} +.qcsb { + padding: 13px; + border: 1px solid white; +} + +.cl { + width: 42px; +} + select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url("data:image/svg+xml;utf8,") no-repeat; background-size: 12px; - background-position: 210px 16px; + background-position: 206px 16px; + padding-left: 12px !important; background-repeat: no-repeat; outline: none; } @@ -455,13 +474,13 @@ input[type=number]::-webkit-outer-spin-button { padding: 6px 0 0 0; } -.xs { - width: 60px; +.xxs { + width: 40px; + margin: 6px; } -.xxs { - width: 42px; - margin: 8px; +.rect { + border-radius: 5px; } .psts { @@ -597,7 +616,6 @@ input[type=number]::-webkit-outer-spin-button { font-size: 13px; text-align: center; color: #bbb; - margin-bottom: 5px; } .bp { @@ -680,6 +698,19 @@ input[type=number]::-webkit-outer-spin-button {
+