Minor CSS tweaks
This commit is contained in:
parent
bcac978810
commit
8b9f6f49ef
@ -174,16 +174,11 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.slider-icon {
|
.slider-icon {
|
||||||
/*transform: translate(3px,3px);*/
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.e-icon {
|
|
||||||
/*transform: translateY(3px);*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.sel-icon {
|
.sel-icon {
|
||||||
transform: translateX(3px);
|
transform: translateX(3px);
|
||||||
}
|
}
|
||||||
@ -200,6 +195,10 @@ button {
|
|||||||
right: 8px;
|
right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#segutil .g-icon {
|
||||||
|
top: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
/* pop-up container */
|
/* pop-up container */
|
||||||
.pop {
|
.pop {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -213,7 +212,7 @@ button {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: var(--c-2);
|
background-color: var(--c-2);
|
||||||
border: 1px solid var(--c-8);
|
border: 1px solid var(--c-8);
|
||||||
border-radius: 16px;
|
border-radius: 20px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
right: 35px;
|
right: 35px;
|
||||||
@ -228,7 +227,6 @@ button {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
left: 12px;
|
left: 12px;
|
||||||
/*pointer-events: none;*/
|
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
@ -800,8 +798,8 @@ input[type=range]::-moz-range-thumb {
|
|||||||
-webkit-transform:translate3d(0,0,0);
|
-webkit-transform:translate3d(0,0,0);
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
transform:translate3d(0,0,0);
|
transform:translate3d(0,0,0);
|
||||||
overflow: clip;
|
overflow: hidden;
|
||||||
text-overflow: clip;
|
text-overflow: ellipsis;
|
||||||
border: 1px solid var(--c-3);
|
border: 1px solid var(--c-3);
|
||||||
background-color: var(--c-3);
|
background-color: var(--c-3);
|
||||||
}
|
}
|
||||||
@ -1018,7 +1016,7 @@ textarea {
|
|||||||
.segname, .pname {
|
.segname, .pname {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: clip;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding: 8px 24px;
|
padding: 8px 24px;
|
||||||
@ -1076,11 +1074,9 @@ textarea {
|
|||||||
|
|
||||||
#csl .xxs {
|
#csl .xxs {
|
||||||
border: 2px solid var(--c-d) !important;
|
border: 2px solid var(--c-d) !important;
|
||||||
/*box-shadow: 0 0 0 2px var(--c-d);*/
|
|
||||||
}
|
}
|
||||||
#csl .xxs-w {
|
#csl .xxs-w {
|
||||||
border-width: 5px !important;
|
border-width: 5px !important;
|
||||||
/*box-shadow: 0 0 0 5px var(--c-d);*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.qcs, #namelabel { /* text shadow for name to be legible on grey backround */
|
.qcs, #namelabel { /* text shadow for name to be legible on grey backround */
|
||||||
@ -1094,7 +1090,6 @@ textarea {
|
|||||||
|
|
||||||
.pwr {
|
.pwr {
|
||||||
color: var(--c-6);
|
color: var(--c-6);
|
||||||
transform: translate(1px, 1px);
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1113,7 +1108,6 @@ textarea {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
/*padding: 8px;*/
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1258,7 +1252,6 @@ TD .checkmark, TD .radiomark {
|
|||||||
|
|
||||||
.lbl-s {
|
.lbl-s {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
/* margin: 10px 4px 0 0; */
|
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
width: 48%;
|
width: 48%;
|
||||||
@ -1308,10 +1301,6 @@ TD .checkmark, TD .radiomark {
|
|||||||
background-color: var(--c-3);
|
background-color: var(--c-3);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.selected .radiomark {
|
|
||||||
border: 1px solid var(--c-3);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* selected list item */
|
/* selected list item */
|
||||||
.lstI.selected {
|
.lstI.selected {
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -1423,7 +1412,7 @@ TD .checkmark, TD .radiomark {
|
|||||||
|
|
||||||
.check input:checked ~ .checkmark:after,
|
.check input:checked ~ .checkmark:after,
|
||||||
.radio input:checked ~ .radiomark:after,
|
.radio input:checked ~ .radiomark:after,
|
||||||
.show, .g-icon,
|
.show,
|
||||||
.expanded .edit-icon,
|
.expanded .edit-icon,
|
||||||
.expanded .segin, .expanded .presin, .expanded .sbs,
|
.expanded .segin, .expanded .presin, .expanded .sbs,
|
||||||
.expanded {
|
.expanded {
|
||||||
@ -1564,11 +1553,7 @@ TD .checkmark, TD .radiomark {
|
|||||||
left: 12px;
|
left: 12px;
|
||||||
}
|
}
|
||||||
.segname {
|
.segname {
|
||||||
padding: 8px 16px;
|
max-width: calc(100% - 110px);
|
||||||
max-width: 140px;
|
|
||||||
}
|
|
||||||
.segname, .pname {
|
|
||||||
max-width: 134px;
|
|
||||||
}
|
}
|
||||||
.segt TD {
|
.segt TD {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
@ -1762,11 +1762,11 @@ function makeSeg()
|
|||||||
|
|
||||||
function resetUtil(off=false)
|
function resetUtil(off=false)
|
||||||
{
|
{
|
||||||
gId('segutil').innerHTML = `<div class="seg btn btn-s ${off?'off':''}" style="border-radius:24px;padding:0;">`
|
gId('segutil').innerHTML = `<div class="seg btn btn-s${off?' off':''}" style="padding:0;">`
|
||||||
+ '<label class="check schkl"><input type="checkbox" id="selall" onchange="selSegAll(this)"><span class="checkmark"></span></label>'
|
+ '<label class="check schkl"><input type="checkbox" id="selall" onchange="selSegAll(this)"><span class="checkmark"></span></label>'
|
||||||
+ `<div class="segname" ${off?'':'onclick="makeSeg()"'}><i class="icons btn-icon"></i>Add segment</div>`
|
+ `<div class="segname" ${off?'':'onclick="makeSeg()"'}><i class="icons btn-icon"></i>Add segment</div>`
|
||||||
+ '<div class="pop hide" onclick="event.stopPropagation();">'
|
+ '<div class="pop hide" onclick="event.stopPropagation();">'
|
||||||
+ `<i class="icons g-icon" style="color:var(--c-f);" onclick="this.nextElementSibling.classList.toggle('hide');">◉</i>`
|
+ `<i class="icons g-icon" onclick="this.nextElementSibling.classList.toggle('hide');"></i>`
|
||||||
+ '<div class="pop-c hide"><span style="color:var(--c-f);" onclick="selGrp(0);">➊</span><span style="color:var(--c-r);" onclick="selGrp(1);">➋</span><span style="color:var(--c-g);" onclick="selGrp(2);">➌</span><span style="color:var(--c-l);" onclick="selGrp(3);">➍</span></div>'
|
+ '<div class="pop-c hide"><span style="color:var(--c-f);" onclick="selGrp(0);">➊</span><span style="color:var(--c-r);" onclick="selGrp(1);">➋</span><span style="color:var(--c-g);" onclick="selGrp(2);">➌</span><span style="color:var(--c-l);" onclick="selGrp(3);">➍</span></div>'
|
||||||
+ '</div></div>';
|
+ '</div></div>';
|
||||||
}
|
}
|
||||||
|
3312
wled00/html_ui.h
3312
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user