Fix input group background color
This commit is contained in:
parent
a9816e189a
commit
0b38e69dc1
|
@ -349,6 +349,7 @@
|
||||||
> .input-group-text {
|
> .input-group-text {
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
background-color: pvar(--greyBackgroundColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group-text > .dropdown-toggle {
|
.input-group-text > .dropdown-toggle {
|
||||||
|
|
Loading…
Reference in New Issue