user presets can now be loaded

This commit is contained in:
booploops 2022-01-27 23:13:06 -08:00
parent 411eeacfd9
commit c5d0f04a21
3 changed files with 80 additions and 51 deletions

View file

@ -118,6 +118,11 @@ body.notransparency::before {
box-shadow: inset 0px 0px 10px 10px rgb(200 200 200 / 80%);
}
[disabled] {
pointer-events: none;
opacity: 0.5;
}
#app {
--color1: rgba(30, 30, 30, 30%);
--color2: rgba(15, 15, 15, 30%);
@ -5801,6 +5806,11 @@ body.no-gpu {
opacity: 0;
}
}
.modal-lowercontent {
padding: 16px;
background-color: var(--modalBackground);
}
}
}