Minor UI tweak.

pull/2737/head
Blaz Kristan 2021-03-09 14:01:18 +01:00
rodzic e3fabe92bd
commit 4c5c4d1700
4 zmienionych plików z 2178 dodań i 2178 usunięć

Wyświetl plik

@ -875,7 +875,7 @@ input[type=number]::-webkit-outer-spin-button {
.list {
position: relative;
width: 260px;
border-radius: 20px;
border-radius: 0 0 20px 20px;
background-color: var(--c-2);
transition: background-color 0.5s;
overflow: hidden;
@ -951,9 +951,9 @@ input[type="text"].fnd {
width: 260px;
box-sizing: border-box;
padding: 8px 48px 8px 60px;
margin: 5px auto;
margin: 5px auto 0;
text-align: left;
border-radius: 0;
border-radius: 20px 20px 0 0;
background: var(--c-2);
border-bottom: 1px solid var(--c-3);
}

Wyświetl plik

@ -152,12 +152,12 @@
<output class="sliderbubble"></output>
</div>
<div class="il">
<p class="labels">Effect mode</p>
<div class="staytop fnd" id="staytop2">
<input type="text" class="fnd" placeholder="Search" oninput="search(this,'fxlist')" onfocus="search(this)" />
<span onclick="clean(this);" class="icons">&#xe38f;</span>
<div class="icons"><svg xmlns='http://www.w3.org/2000/svg' class='fndIcn'><circle cx='8' cy='8' r='6' /><line x1='12' y1='12' x2='24' y2='12' transform='rotate(45,12,12)' /></svg></div>
</div>
<p class="labels">Effect mode</p>
<div id="fxlist" class="list">
Loading...
</div>

Plik diff jest za duży Load Diff

Wyświetl plik

@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2103090
#define VERSION 2103091
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG