Merge pull request #31 from 0xAF/ui_themes2

fix border color on receiver panel
This commit is contained in:
Luarvique L. Luarvique 2023-11-03 19:21:39 -04:00 committed by GitHub
commit 98c7b2368a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -78,16 +78,20 @@ body.theme-night {
/* theme implementation follows */
body.has-theme .webrx-top-container,
body.has-theme .webrx-top-bar,
body.has-theme #openwebrx-frequency-container,
body.has-theme #webrx-canvas-background {
background-color: var(--theme-color2);
background-blend-mode: overlay;
/* the next box-shadow is to make waterfall look like it is under the top-bar */
/* remove the box-shadow, and/or remove this comment */
}
body.has-theme #openwebrx-frequency-container {
box-shadow: 0px 10px 24px -10px var(--theme-color1);
}
body.has-theme #openwebrx-panel-receiver {
border-color: var(--theme-color1) !important;
}
body.has-theme .openwebrx-panel,
body.has-theme .openwebrx-dialog,
body.has-theme .openwebrx-panel select option,