Merged main branch and updates win.ts with some dumb stuff that still hasn't fixed it
This commit is contained in:
parent
8e1d2dc96b
commit
57c7002b25
59 changed files with 16275 additions and 1626 deletions
|
@ -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%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue