Merge pull request #9321 from leopengilley/master

Styled text colour of admin order dropdown menu #9296
This commit is contained in:
Filipe
2022-07-01 10:48:11 +01:00
committed by GitHub

View File

@@ -82,6 +82,12 @@ div#group_buy_calculation {
}
}
// Changing placeholder text colour
.items-placeholder::placeholder {
color: $white;
opacity: 1;
}
th.actions {
white-space: nowrap;
}