Merged main branch and updates win.ts with some dumb stuff that still hasn't fixed it

This commit is contained in:
Core 2022-01-07 20:47:34 +00:00
parent 8e1d2dc96b
commit 57c7002b25
No known key found for this signature in database
GPG key ID: 1B77805746C47C28
59 changed files with 16275 additions and 1626 deletions

View file

@ -98,59 +98,7 @@ input[type=range].md-slider::-webkit-slider-runnable-track {
}
.md-close-btn {
-webkit-mask-image: url("ameres://icons/webui/close.svg");
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
background-color: white;
opacity: 0.75;
-webkit-mask-size: contain;
height: 18px;
width: 18px;
}
.md-btn {
background: rgba(100, 100, 100, 0.5);
padding: 8px 16px;
border-radius: 4px;
font-size: 15px;
border: 1px solid rgb(100 100 100 / 35%);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.md-btn.md-btn-block {
display: block;
}
.md-btn:active {
filter: brightness(75%);
}
.md-select {
padding: 5px 10px;
font-size: 1em;
font-family: inherit;
border-radius: 4px;
border: 1px solid rgb(100 100 100 / 35%);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.4);
background: #363636;
color: #eee;
}
.md-select:focus {
outline: none;
}
.md-select > option {
font-size: 1em;
font-family: inherit;
padding: 8px 16px;
}
.md-btn.md-btn-primary {
background: var(--keyColor);
color: white;
}
.md-transparent {
background: transparent;
@ -179,7 +127,6 @@ input[type=range].md-slider::-webkit-slider-runnable-track {
@media (prefers-color-scheme: light) {
.md-btn {
background: rgb(255 255 255);
box-shadow: rgb(0 0 0 / 10%) 0px 0px 1px, rgb(0 0 0 / 20%) 0px 1px 1px;
border: 1px solid rgb(0 0 0 / 15%);
}