Styled text colour of admin order dropdown menu

This commit is contained in:
LioPeng
2022-06-20 12:15:13 +10:00
parent 40f3d4df4f
commit fd4409c24d

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;
}