mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-26 08:17:49 +01:00
product-list.html - Changed Form Controls background color and text color
This commit is contained in:
parent
7ceda42fd0
commit
53e60e6d8b
1 changed files with 13 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue