Finally fixed digital voice slots coloring.
This commit is contained in:
parent
a44eae10b0
commit
aa2b8f543a
|
|
@ -122,16 +122,12 @@ body.has-theme .openwebrx-button {
|
|||
background: linear-gradient(to bottom, var(--theme-gradient-color1) 0%, var(--theme-gradient-color2) 100%);
|
||||
}
|
||||
|
||||
body.has-theme .openwebrx-meta-slot {
|
||||
body.has-theme .openwebrx-meta-slot:not(.active) {
|
||||
background-color: var(--theme-color2);
|
||||
color: white;
|
||||
filter: brightness(150%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
body.has-theme .openwebrx-meta-user-image {
|
||||
filter: brightness(50%);
|
||||
}
|
||||
|
||||
|
||||
body.has-theme #openwebrx-digimode-canvas-container {
|
||||
background-color: var(--theme-color1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue