themes
This commit is contained in:
parent
663664836f
commit
1198b11c06
|
@ -4460,7 +4460,11 @@ body::before {
|
|||
#app-mount .activeBreadcrumb-p6aw-F {
|
||||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
|
||||
.selected-2114Fj, /* popout combobox selected */
|
||||
.selected-2114Fj:hover {
|
||||
background-color: rgb(var(--vaccentcolor));
|
||||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
#app-mount .divider-1que2t { /* popout divider */
|
||||
border-color: rgba(var(--fontwhite4), 0.3);
|
||||
}
|
||||
|
|
|
@ -808,14 +808,6 @@
|
|||
|
||||
/* ~~~~ 9. GUILDSETTINGS ~~~~ */
|
||||
|
||||
.selectedBrand-1UKrSX { /* auditlogs filter popout selected */
|
||||
background-color: rgb(var(--vaccentcolor));
|
||||
|
||||
}
|
||||
.selectedBrand-1UKrSX.focused-dKLoQt,
|
||||
.selectedBrand-1UKrSX:hover {
|
||||
background: var(--vaccentcolor-hover);
|
||||
}
|
||||
/* widgetsettings widget placeholder image */
|
||||
.layer-3QrUeG[aria-label="GUILD_SETTINGS"] .contentRegion-3nDuYy .contentColumn-2hrIYH > div > div > .divider-3573oO + .flex-1xMQg5 + .divider-3573oO + .flex-1xMQg5:last-of-type {
|
||||
position: relative !important;
|
||||
|
@ -1562,6 +1554,14 @@
|
|||
border-bottom-color: #rgb(var(--vaccentcolor));
|
||||
}
|
||||
|
||||
.selectedBrand-1UKrSX { /* popout combobox selected brand */
|
||||
background-color: rgb(var(--vaccentcolor));
|
||||
}
|
||||
.selectedBrand-1UKrSX.focused-dKLoQt,
|
||||
.selectedBrand-1UKrSX:hover {
|
||||
background: var(--vaccentcolor-hover);
|
||||
}
|
||||
|
||||
/* ---- 11.1. CONTEXTMENU ---- */
|
||||
|
||||
.colorBrand-ROmMP1, /* contextmenu brand */
|
||||
|
|
Loading…
Reference in New Issue