themes
This commit is contained in:
parent
62db6fbb46
commit
449ae30cb7
|
@ -6160,10 +6160,20 @@ body::before {
|
||||||
background-color: rgba(var(--vtransparencycolor), 0.4);
|
background-color: rgba(var(--vtransparencycolor), 0.4);
|
||||||
color: rgb(var(--fontwhite2));
|
color: rgb(var(--fontwhite2));
|
||||||
}
|
}
|
||||||
#app-mount .item-26Dhrx[aria-checked=true] {
|
#app-mount .item-26Dhrx[aria-checked=true] .radioBar-bMNUI- {
|
||||||
background-color: rgba(var(--vtransparencycolor), 0.6);
|
background: rgb(var(--vaccentcolor));
|
||||||
|
}
|
||||||
|
#app-mount .item-26Dhrx[aria-checked=true] .radioBar-bMNUI- .radioIconForeground-XwlXQN {
|
||||||
color: rgb(var(--fontwhite1));
|
color: rgb(var(--fontwhite1));
|
||||||
}
|
}
|
||||||
|
#app-mount .item-26Dhrx .radioBar-bMNUI-[style*="--radio-bar-accent-color"] {
|
||||||
|
background: var(--radio-bar-accent-color);
|
||||||
|
border: unset;
|
||||||
|
color: rgb(var(--fontwhite1));
|
||||||
|
}
|
||||||
|
#app-mount .item-26Dhrx[aria-checked=false]:hover .radioBar-bMNUI-[style*="--radio-bar-accent-color"] {
|
||||||
|
background: var(--radio-bar-accent-color) linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
|
||||||
|
}
|
||||||
|
|
||||||
#app-mount .checkboxContainer-2vV9zd::before { /* checkbox container */
|
#app-mount .checkboxContainer-2vV9zd::before { /* checkbox container */
|
||||||
background-color: rgba(var(--fontwhite4), 0.3);
|
background-color: rgba(var(--fontwhite4), 0.3);
|
||||||
|
|
|
@ -547,9 +547,19 @@ html .iconBadge-2wi9r4 {
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
}
|
}
|
||||||
|
|
||||||
#app-mount .item-26Dhrx[aria-checked=true] {
|
#app-mount .item-26Dhrx[aria-checked=true] .radioBar-bMNUI- {
|
||||||
background-color: var(--background-tertiary);
|
background: rgb(var(--vaccentcolor));
|
||||||
color: var(--interactive-active);
|
}
|
||||||
|
#app-mount .item-26Dhrx[aria-checked=true] .radioBar-bMNUI- .radioIconForeground-XwlXQN {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
#app-mount .item-26Dhrx .radioBar-bMNUI-[style*="--radio-bar-accent-color"] {
|
||||||
|
background: var(--radio-bar-accent-color);
|
||||||
|
border: unset;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
#app-mount .item-26Dhrx[aria-checked=false]:hover .radioBar-bMNUI-[style*="--radio-bar-accent-color"] {
|
||||||
|
background: var(--radio-bar-accent-color) linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
|
||||||
}
|
}
|
||||||
|
|
||||||
#app-mount .container-1nZlH6 {
|
#app-mount .container-1nZlH6 {
|
||||||
|
|
Loading…
Reference in New Issue