Minor UI tweak.
This commit is contained in:
parent
e3fabe92bd
commit
4c5c4d1700
@ -875,7 +875,7 @@ input[type=number]::-webkit-outer-spin-button {
|
|||||||
.list {
|
.list {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 260px;
|
width: 260px;
|
||||||
border-radius: 20px;
|
border-radius: 0 0 20px 20px;
|
||||||
background-color: var(--c-2);
|
background-color: var(--c-2);
|
||||||
transition: background-color 0.5s;
|
transition: background-color 0.5s;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -951,9 +951,9 @@ input[type="text"].fnd {
|
|||||||
width: 260px;
|
width: 260px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 8px 48px 8px 60px;
|
padding: 8px 48px 8px 60px;
|
||||||
margin: 5px auto;
|
margin: 5px auto 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-radius: 0;
|
border-radius: 20px 20px 0 0;
|
||||||
background: var(--c-2);
|
background: var(--c-2);
|
||||||
border-bottom: 1px solid var(--c-3);
|
border-bottom: 1px solid var(--c-3);
|
||||||
}
|
}
|
||||||
|
@ -152,12 +152,12 @@
|
|||||||
<output class="sliderbubble"></output>
|
<output class="sliderbubble"></output>
|
||||||
</div>
|
</div>
|
||||||
<div class="il">
|
<div class="il">
|
||||||
|
<p class="labels">Effect mode</p>
|
||||||
<div class="staytop fnd" id="staytop2">
|
<div class="staytop fnd" id="staytop2">
|
||||||
<input type="text" class="fnd" placeholder="Search" oninput="search(this,'fxlist')" onfocus="search(this)" />
|
<input type="text" class="fnd" placeholder="Search" oninput="search(this,'fxlist')" onfocus="search(this)" />
|
||||||
<span onclick="clean(this);" class="icons"></span>
|
<span onclick="clean(this);" class="icons"></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 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>
|
</div>
|
||||||
<p class="labels">Effect mode</p>
|
|
||||||
<div id="fxlist" class="list">
|
<div id="fxlist" class="list">
|
||||||
Loading...
|
Loading...
|
||||||
</div>
|
</div>
|
||||||
|
4346
wled00/html_ui.h
4346
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// 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
|
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||||
//#define WLED_USE_MY_CONFIG
|
//#define WLED_USE_MY_CONFIG
|
||||||
|
Loading…
Reference in New Issue
Block a user