product-list.html - Changed Form Controls background color and text color

This commit is contained in:
Matthew Patrick 2021-09-24 14:24:22 +07:00
parent 7ceda42fd0
commit 53e60e6d8b

View file

@ -40,6 +40,18 @@
background-color: red;
border-color: red;
}
.form-control {
background-color: #212226;
border-color: #212226;
color: white;
}
.form-control:valid {
background-color: #212226;
border-color: #212226;
color: white;
}
</style>
</head>
@ -100,7 +112,7 @@
</select>
</div>
<div class="col col-md-auto">
<button class="btn btn-primary" type="button">Filter</button>
<button class="btn btn-primary btn-product-card" type="button">Filter</button>
</div>
</div>
</div>