Fix input group background color

This commit is contained in:
Chocobozzz 2023-03-01 10:06:19 +01:00
parent a9816e189a
commit 0b38e69dc1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@
> .input-group-text {
line-height: normal;
opacity: 0.9;
background-color: pvar(--greyBackgroundColor);
}
.input-group-text > .dropdown-toggle {