Update BasicBackground.css
This commit is contained in:
parent
3e60035105
commit
b3bef85b21
|
@ -5688,13 +5688,22 @@ button.button__67645.enabled__67645:hover svg {
|
|||
background: rgba(var(--accentcolor_v), .3);
|
||||
}
|
||||
|
||||
|
||||
.clickable__91a9d .childContainer__91a9d .layout__91a9d,
|
||||
.selected__91a9d .childContainer__91a9d .layout__91a9d {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.clickable__91a9d:hover .childContainer__91a9d,
|
||||
.clickable__91a9d:hover .layout__91a9d {
|
||||
background-color: rgba(var(--transparencycolor_v), .2);
|
||||
}
|
||||
.clickable__91a9d:active .childContainer__91a9d,
|
||||
.clickable__91a9d:active .layout__91a9d {
|
||||
background: rgb(var(--accentcolor_v));
|
||||
}
|
||||
.clickable__91a9d:active .layout__91a9d,
|
||||
.selected__91a9d .childContainer__91a9d,
|
||||
.selected__91a9d:hover .childContainer__91a9d,
|
||||
.selected__91a9d:active .childContainer__91a9d,
|
||||
.selected__91a9d .layout__91a9d,
|
||||
.selected__91a9d:hover .layout__91a9d,
|
||||
.selected__91a9d:active .layout__91a9d {
|
||||
|
@ -6022,6 +6031,9 @@ input.input__0f084:hover:not(:focus) {
|
|||
background-color: rgb(var(--textbrightest_v));
|
||||
border-color: rgb(var(--textbrightest_v));
|
||||
}
|
||||
#app-mount .checkbox_f525d3.checked_f525d3 path[fill="var(--white)"] { /* checkbox checkmark */
|
||||
fill: rgb(var(--accentcolor_v));
|
||||
}
|
||||
#app-mount .checkbox_f525d3.checked_f525d3.round_f525d3 { /* checkbox roundchecked */
|
||||
background-color: rgb(var(--accentcolor_v)) !important;
|
||||
border-color: rgb(var(--accentcolor_v)) !important;
|
||||
|
|
Loading…
Reference in New Issue